[EMAIL PROTECTED] wrote:
 > disregard the C example.  wasn't checking the return code of
 > pthread_create.  the C program breaks in the same place, when creating
 > the 1021st thread.

So that's pretty good evidence that it's an OS limit, not a
Python limit. The most likely problem is that the stack size is
too large, so you're running out of virtual address space.


-- 
--Bryan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to