Hi again,

While I'm getting in more details with the JobGroup API, the following error occured to me "Joining on a job belonging to the same group is not supported". Although it's pretty explicit and leaves no doubt about what is forbidden, I fail to understand why this is forbidden. In my use-case of a deep navigation in a resource tree, I'd like to create 1 job for each child and to have the parent job joining on the completion of children's job. All those jobs would share the same thread pool, throttling using JobGroup.

Why isn't it allowed for a job to join on other jobs of the JobGroup?
What would be an alternative for my use-case?

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat <http://www.jboss.org/tools>
My blog <http://mickaelistria.wordpress.com> - My Tweets <http://twitter.com/mickaelistria>
_______________________________________________
platform-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-dev

Reply via email to