
22 Jun
2006
22 Jun
'06
2:29 p.m.
On Thu, 22 Jun 2006 06:15:58 -0300, Eric Colleu
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