Speeding up CGIHTTPServer (Tim Roberts)

Diez B. Roggisch deetsNOSPAM at web.de
Tue Mar 8 07:05:44 EST 2005


> If there is no way to improve performance, could anyone tell my _why_ it's
> running so slowly?  Presumably spawning a process takes some time.  The
> code I'm running as CGI is not hectic at all.

Just an educated guess: Maybe some timeouts or slowly answered requests are
the problem - e.g. DNS is often a candidate than can slow down network
experience a lot. So maybe thats causing your trouble?
-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list