Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-06-08 07:18:00


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk