Any suggestion to start more threads at the same time?

Dan Stromberg drsalists at gmail.com
Thu Jul 28 20:10:24 EDT 2011


You could try Jython.

Other than that, you probably want a threadpool, or perhaps to try
multiprocessing - but that much forking could be a problem as well.

On Thu, Jul 28, 2011 at 2:07 PM, smith jack <thinke365 at gmail.com> wrote:

> I start many threads in order to make the work done, when the
> concurrent number is set to 300, all thing just works fine, but when
> the number is set to 350 or higher, error just comes out? what's wrong
> ? the error info is just as follows:   failed to start .
>
> I am confused, does this have something to do with the operating
> system, i am now using Linux, any suggestion to make the system to
> support more python threads?
>
> thank you :) <http://mail.python.org/mailman/listinfo/python-list>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110728/b47557c6/attachment-0001.html>


More information about the Python-list mailing list