$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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