On 1/10/07, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
> At Wednesday 10/1/2007 04:38, Paul Sijben wrote:
> >Does anyone know what it going on here and how I can ensure that I have
> >all the threads I need?
>
> Simply you can't, as you can't have 10000 open files at once.
> Computer resources are not infinite.
> Do you really need so many threads? Above a certain threshold, the
> program total execution time may increase very quickly.

Maybe Stackless could help the OP?
http://www.stackless.com/

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

Reply via email to