Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Job API : scheduling examples
Job API : scheduling examples [message #327119] Thu, 10 April 2008 10: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: Wed Mar 19 11:27:26 EDT 2025

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

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

Back to the top