Replace the custom thread management with Doug Lea's concurrent lib
-------------------------------------------------------------------
Key: CONTINUUM-91
URL: http://jira.codehaus.org/browse/CONTINUUM-91
Project: Continuum
Type: Task
Components: continuum-core
Reporter: Trygve Laugstol
Fix For: 1.0-alpha-2
Replace the BuilderThread with a QueuedExecutor. The Runnable's that's pushed on the queue
should probably be very small anonymous class that simply dispatches to the BuildExecutor.
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/QueuedExecutor.html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|