$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Axel (axel.azerty_at_[hidden])
Date: 2008-05-15 10:19:01
Igor R. wrote:
> Look at thread::join(), thread_group::join()
>
This implies that I keep a reference of all created threads. Since the
program aims to run 24/24, 7/7, and could create thousands of threads
before the program receive the command to stop, I thought it was a bad
idea to keep the threads references in a thread_group.