python cgi speedup on iis

Robert Brewer fumanchu at amor.org
Fri Aug 20 12:55:47 EDT 2004


Charlie Taylor wrote:
> I'm looking for advice on how to speed up python cgi on 
> Windows IIS without
> going to an application server like Zope/WebWare/CherryPy/etc 
> (i.e. I have
> existing cgi scripts).
> 
> mod_python seems like a good solution for Apache, is there something
> comparable for IIS?
> 
> I notice that ASP scripts run an asp.dll which I believe 
> becomes memory
> resident to speed up VBScript execution.

Yes. Using app protection "Low (IIS Process)" this allows you to keep
Python modules in memory between requests.

> Is there any work on a python.dll anywhere?

There is a beta ISAPI floating around (sorry, Mark H., real busy!):
http://groups.google.com/groups?selm=cdf3mb%2418b0%241%40arachne.labyrin
th.net.au


Robert Brewer
MIS
Amor Ministries
fumanchu at amor.org



More information about the Python-list mailing list