$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matt Hurd (matt.hurd_at_[hidden])
Date: 2005-02-07 04:25:19
On Mon, 07 Feb 2005 10:14:28 +0100, Serguei Kolos <Serguei.Kolos_at_[hidden]> wrote:
> Boost.Signal is clamed to be non thread safe. Boost.Thread does not
> have semaphores. So how in the world I can synchronize signal handlers
> with threads?
> I have found an old discussion about this issue in the mailing list
> archive but it has no conclusion and no practical advises. Do people
> think this is non issue?
Not sure I understand what you're asking, but I think a condition from
boost::thread will do what you want.
Matt.
matthurd_at_[hidden]