23 Oct
2007
23 Oct
'07
3:46 p.m.
On Mon, 2007-22-10 at 09:51 +0100, Apostolos Apostolidis wrote:
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 :
I think you want to take a look at _POSIX_THREAD_THREADS_MAX or PTHREADS_THREADS_MAX. One of the two (I forget which) dictates what you are guaranteed to be able to do. Sohail