David Zakar Fri, 27 Jan 2006 05:07:33 -0800
Is there a maximum number of threads I can spawn in a program using pthread_create() in Linux? I've noticed that once I exceed 300 or so, it appears to just refuse to create new threads.
-DMZ