Simple threaded web-server based on BaseHTTPServer?
Paul Rubin
phr-n2002a at nightsong.com
Thu Jan 31 07:48:36 EST 2002
More information about the Python-list mailing list
Thu Jan 31 07:48:36 EST 2002
- Previous message (by thread): Simple threaded web-server based on BaseHTTPServer?
- Next message (by thread): Simple threaded web-server based on BaseHTTPServer?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mark Hammond <mhammond at skippinet.com.au> writes: > You almost certainly don't want that for the real world. Having a > thread per connection will not scale well at all. I keep hearing this and don't doubt that it's true, but what's the problem really? If using threads in the totally obvious way is too slow, is the answer to re-architect the server with asyncore, or is it to fix the thread implementation? What happens if you use Stackless?
- Previous message (by thread): Simple threaded web-server based on BaseHTTPServer?
- Next message (by thread): Simple threaded web-server based on BaseHTTPServer?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list