Subject: [Boost-users] General design question about threading/concurrency
From: Julien Martin (balteo_at_[hidden])
Date: 2010-10-24 16:44:34


Hello,
I am writing a program that needs to run N simulations with N >10 000.
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?
Thanks in advance,
Julien.