$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: James Sutherland (James.Sutherland_at_[hidden])
Date: 2008-05-22 11:51:27
> 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