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

Reply via email to