tornado.web ioloop add_timeout eats CPU
Paul Rubin
no.email at nospam.invalid
Tue Sep 4 04:21:40 EDT 2012
More information about the Python-list mailing list
Tue Sep 4 04:21:40 EDT 2012
- Previous message (by thread): tornado.web ioloop add_timeout eats CPU
- Next message (by thread): get the matched regular expression position in string.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): tornado.web ioloop add_timeout eats CPU
- Next message (by thread): get the matched regular expression position in string.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list