Python for CGI scripting

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


"Steve Holden" <sholden at holdenweb.com> wrote:

>
>You should at least consider the following options:
>
>    1. mod_python
>
>    2. mod_snake
>
>    3. FastCGI
>
>Each of these in some way allows you to take advantage of a Python
>interpreter that was already loaded, and each requires a different
>accomodation to its conditions in the CGI scripting technique you use.
>
Thanks for those.

I should have mentioned that we're using IIS, which seems to rule out
mod_python. Mod_snake appears to be dead but FastCGI looks promissing.


--
Dale Strickland-Clark
Riverhall Systems Ltd



More information about the Python-list mailing list