Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Job API : scheduling examples
Job API : scheduling examples [message #327119] Thu, 10 April 2008 14:19
Eclipse UserFriend
Originally posted by: thomas.diligent.st.com

Hello !

I am trying to schedule several inter-dependant jobs :
A first Job executes and produces a result (A).
This result is required for the next Jobs that can run in parallel (B, C,
D).
And finally an ending Job (E) would start when all the parallel previous
jobs have finished.

A
/|\
/ | \
B C D
\ | /
\|/
E

What is the proper manner to implement such a scheduling graph ?
I read the article "On the job: The Eclipse Jobs API" and the eclipse help
"Platform Plugin Developer Guide > ... > Concurrency Infrastructure" but
did not manage to find the good solution.
Is there any other articles or samples that may help ?

Thanks ahead,
Thomas
Previous Topic:Checking the type of the active editor
Next Topic:Minimize of CTabFolder in SashForm
Goto Forum:
  


Current Time: Tue Jul 16 12:39:17 GMT 2024

Powered by FUDForum. Page generated in 0.03600 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top