
8 May
2008
8 May
'08
8:21 p.m.
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