24 Oct
2010
24 Oct
'10
9:10 p.m.
I'm not aware of any task management stuff that comes with the boost libraries. boost::thread is pretty much a straightforward wrapper to lower-level threading concepts.
I am writing a program that needs to run N simulations with N >10
Obviously, I cannot instantiate N threads at the same time but I cannot run the simulations sequentially either. Can anyone please advise me how to design my program using the boost threading library and concepts please?
Try boost::asio, it has the concept of a server and of reusable worker threads. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.