$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Henning (chhenning_at_[hidden])
Date: 2006-01-30 14:27:27
Of course, you could start off threads everywhere. The problem might
be synchronization and knowing if a thread is terminated or not. The
function join() gives you one way to wait for a thread to terminate. I
usually do that in a destructor.
If you have a problem you work on, I would suggest, that you name it.
So, I can help you more specifically.
Christian