$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Torsten Mohr (tmohr_at_[hidden])
Date: 2007-09-23 13:22:01
Hi,
i've set up an example of a main program that starts two threads and then
sends some data to those thread(s). When the thread(s) have processed the
data they should notify the main program/thread and wait for new data.
I'd like to make sure that what i write is also portable and does not
just by chance work on the platform i use.
boost::condition seems to be the right thing to look at, is that right?
Is there some example for data communication between threads available?
Best regards,
Torsten.