Python for CGI scripting

Dale Strickland-Clark dale at riverhall.NOTHANKS.co.uk
Mon Aug 5 11:02:16 EDT 2002


Nathan Clegg <nathan-nntp at geerbox.com> wrote:

>Specifically for the CGI case, check out FastCGI (www.fastcgi.com).
>There are python modules to keep your process persistent (avoiding the
>startup cost) and a variant to multithread the handler (sharing the
>memory between the handlers).  I believe there are modules for IIS in
>addition to apache.  If you are using apache, you might also want to
>check out mod_snake for an interpreter-inside-the-server solution.
>
Looking at FastCGI now, thanks.
--
Dale Strickland-Clark
Riverhall Systems Ltd



More information about the Python-list mailing list