
8 Jun
2008
8 Jun
'08
11:18 a.m.
Johan Torp:
Does existing threadpools (such as java.util.concurrency.ExecutorService) offer thread re-use and if so is it considered an success?
Doug Lea says that ThreadPoolExecutor doesn't steal threads, but the upcoming ForkJoin framework does. ForkJoin is described in http://gee.cs.oswego.edu/dl/papers/fj.pdf