review MultiThreadedTaskMaster thread creation/looping
------------------------------------------------------

                 Key: DROIDS-51
                 URL: https://issues.apache.org/jira/browse/DROIDS-51
             Project: Droids
          Issue Type: Improvement
          Components: core
            Reporter: Ryan McKinley


Currently the MultiThreadedTaskMaster has a looping thread that then starts a 
new Thread for each task (and then that starts a new worker for each Task).

This patch reworks this model so that:
 * one thread makes sure there is a thread (runner) for each slot in the pool
 * the runner starts new workers for each task and keeps going while there are 
more tasks to handle

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to