$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Thread status
From: Zeljko Vrba (zvrba_at_[hidden])
Date: 2009-01-30 14:30:24
On Fri, Jan 30, 2009 at 02:06:09PM +0000, Jens Luedicke wrote:
> 
> how can I check if a given thread is runinng/finished/sleeping?
> 
You can't.  Even if you could, the information will most probably be wrong
by the time you get to use it.  What is the actual problem you're trying to
solve?