OT: why do web BBS's and blogs get so slow?

David Steuber david.steuber at verizon.net
Sun Feb 1 16:03:35 EST 2004


Paul Rubin <http://phr.cx@NOSPAM.invalid> writes:

> 1) It would be single threaded web server (asyncore, twistedmatrix)
> with a select loop talking to a socket, either on port 80 directly, or
> to a proxy web server running mod_gzip, SSL, and so forth.

Is this how you would handle concurrency?

Also, how bad is using files really?  A decent Unix will use memory
to cache files, abstracting disk io behind the scenes for you.

-- 
   One Emacs to rule them all.  One Emacs to find them,
   One Emacs to take commands and to the keystrokes bind them,

All other programming languages wish they were Lisp.



More information about the Python-list mailing list