The big feature that TaskManager has that Java 1.5 lacks is the ability to reorder the tasks by asking each task if it wants to be before the others (Task.runAfter()). That could be refactored into a custom BlockingQueue implementation, I suppose.
Chris -----Original Message----- From: Patrick Wright [mailto:[email protected]] Sent: Friday, June 04, 2010 11:56 AM To: [email protected] Subject: Re: com.sun.jini.thread lock contention On Fri, Jun 4, 2010 at 6:18 PM, Dennis Reedy <[email protected]> wrote: > Hi Gregg, > > Does it make sense to move to concurrency utilities and move away from TaskManager altogether? You mean Java 5 java.util.concurrent? I'd be all for that, personally.
