Python equivalent of Perl-ISAPI?

rurpy at yahoo.com rurpy at yahoo.com
Mon Mar 20 13:11:55 EST 2006


Steve Holden wrote:
> rurpy at yahoo.com wrote:

> > Pure cgi is too slow.  "Active Scripting" means ASP, yes?
> > I need something that will do cgi scripts (a lot of which I already
> > have
> > and can modify but don't want to rewrite extensively, partly because
> > of time issues, partly because I want to preserve some degree of
> > portability back to a unix environment.).   I want something that does
> > for IIS what mod_python does for apache.  Fastcgi looked scary even
> > on unix plaforms, seems like an act of desperation on Windows,
> >
> Yes, ASP is Active Scripting.
>
> Remember to use <@ LANGUAGE="PYTHON" @>

Except I need cgi, not asp, for the reasons i gave.




More information about the Python-list mailing list