$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Scott McCaskill (scott_at_[hidden])
Date: 2001-08-03 08:59:36
> > Right now it checks (polls) periodically to see if any have ended.
> I'm
> > considering what the implications would be if I changed it to wait
> (block)
> > until any thread ended.
>
> Just curious, but what does it do if the poll indicates a thread has
> died?
>
Currently it just logs an error, but for some threads we may want to start
them again. The design is still evolving, as you may have guessed ;)