$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bruno Martínez (br1_at_[hidden])
Date: 2006-06-22 10:29:25
On Thu, 22 Jun 2006 06:15:58 -0300, Eric Colleu
<ecolleu_at_[hidden]> wrote:
> Hi,
>
> I'm using boost 1.33.1 on multi-processor plateform (2 Pentium4 3.2 GHz)
> and Windows XP SP2 (compiled with MinGW).
> I wrote a MessageQueue class which use boost::mutex and boost::condition
> to wait for message and notify message reception (see code below)
> I made a little test that create 2 boost::thread sending and receiving
> messages in 2 queues.
I think you should poet the test.
Bruno