Hi all. I have developed some code allowing a thread group of 500 threads to
run.
However, as soon as the 381st thread is spawned, I get the following runtime
error :
terminate called after throwing an instance of
'boost::thread_resource_error'
what(): boost::thread_resource_error
The Boost documentation does not clarify the nature of the error, so I was
wondering if anyone
can help me out here. The (simple) program code follows.
#include