James Sutherland | 22 May 17:51

Re: Boost 1.35 threads library question


>  I was playing with the threads library in 1.35, and I noticed that I
> can't (with gcc 4.3 on Linux) put boost::thread objects into an STL
> container.  I think I was trying with a std::vector, in case that
> matters.

You may be interested in the thread_group
	http://www.boost.org/doc/libs/1_35_0/doc/html/thread.html
Also check out
	http://threadpool.sourceforge.net/

James

Gmane