[python-win32] IIS CGI installation

Mark Hammond mhammond at skippinet.com.au
Sun Jun 5 13:23:39 CEST 2005


> There are other ways of using Python with IIS, such as:

Also note that recent pywin32 builds ship with Python support for ISAPI
filters and extensions.  The support is quite low-level (ie, no significant
attempt to abstract the ISAPI interface) which is either good or bad,
depending on your point-of-view :) There is a sample proxy-server in the
distribution.

For many cases, a higher-level framework is more suitable - but for raw
performance under IIS in Python, I suspect this is the best you will find
(depending on *your* code too of course - as mentioned, this is fairly
low-level)

Mark.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 1872 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-win32/attachments/20050605/ee11414b/winmail.bin


More information about the Python-win32 mailing list