23 Sep
2007
23 Sep
'07
5:22 p.m.
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.