tornado.web ioloop add_timeout eats CPU

Paul Rubin no.email at nospam.invalid
Tue Sep 4 04:21:40 EDT 2012


Laszlo Nagy <gandalf at shopzeus.com> writes:
> but a threaded server cannot handle 100+ simultaneous (long running)
> requests, because that would require 100+ threads to be running.

On a reasonable server these days, 100 threads seems to be no big deal.
I've run several times that many.  I think things get ragged at a few
thousand threads.



More information about the Python-list mailing list