Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Run Jobs concurrently?(I'd like to spilt a long job up into multiple threads using Jobs)
Run Jobs concurrently? [message #820089] Tue, 13 March 2012 18:02 Go to next message
Roshan S. is currently offline Roshan S.Friend
Messages: 125
Registered: July 2009
Senior Member
How can I use eclipse Jobs to split up a long task into several parallel running jobs? From the looks of the Job api, jobs run in order they are in the queue, but can they be run in parallel?

Thanks,
Roshan

[Updated on: Tue, 13 March 2012 21:08]

Report message to a moderator

Re: Run Jobs concurrently? [message #825901 is a reply to message #820089] Wed, 21 March 2012 12:02 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

You can create and schedule as many jobs as you want. Multiple worker threads will run them in parallel. The worker threads come from a pool.

PW


Previous Topic:JNLP/webstart
Next Topic:About LTK and Git
Goto Forum:
  


Current Time: Thu Apr 25 00:12:14 GMT 2024

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

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

Back to the top