$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joel (jdy_at_[hidden])
Date: 2008-05-08 16:21:40
Darren Garvey <darren.garvey <at> gmail.com> writes:
> Hi vincent,
>
> 2008/5/8 vicente.botet <vicente.botet <at> wanadoo.fr>:
>
> > Do you know a thread_pool library allowing to implement the required
> > behaviour?
> >
>
> http://sourceforge.net/projects/threadpool
>
> It looks like it's still being maintained. I've never really used it for
> anything proper, but it seems to do some of the things you're looking for.
I used it for a parallelized merge-sort on linux GCC 4.1.2. Worked fine. Would
like to see it in boost.
Joel