$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Axel (axel.azerty_at_[hidden])
Date: 2008-04-15 10:52:10
Hello
I m using a boost::thread_group instance to handle a limited number of
threads. When the thread_group reach a defined size, I cal join_all() on
it and I wonder how I could clear it without having to keep a pointer to
its threads and call remove_thread() for each one. I thought about
destruct th thread_group instance but I m not sure it's a good idea, so
any advice is welcome.
Regards
Axel