28 Jan
2005
28 Jan
'05
10:17 p.m.
Cory Nelson wrote:
I'm coding a simple thread_pool class, with the help of boost. I wrote a simple test case, and things seem to be out of sync - not all the work gets executed. I think I am using boost::condition wrong, can someone take a look?
Hi. FWIW, there was an interesting implementation of a thread pool scheduler at http://www.rhapsodia.org The address doesn't seem to resolve at the moment, though... Matt