Re: Problem with threading: can't start new thread

2009-03-11 Thread Diez B. Roggisch
sufrank wrote: > I am doing stress test with python using threading, I have encountered > the can't start new thread problem when running the script. > The system is Linux, python version 2.4 http://stackoverflow.com/questions/344203/maximum-number-of-threads-per-process-in-linux Diez -- http://

Problem with threading: can't start new thread

2009-03-11 Thread sufrank
I am doing stress test with python using threading, I have encountered the can't start new thread problem when running the script. The system is Linux, python version 2.4 Traceback (most recent call last): File "./imap_test.py", line 38, in ? current.start() File "/usr/lib/python2.4/threadi