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