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 <thinke...@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>
-- http://mail.python.org/mailman/listinfo/python-list