[python-win32] Options for running Python under IIS?

Mark Hammond skippy.hammond at gmail.com
Thu Nov 12 13:32:45 CET 2009


On 12/11/2009 10:03 AM, Preston Landers wrote:
> 4) Use isapi-wsgi:  This seems to be getting more popular but it seems
> to use threads and I'm wondering whether this will break my app in
> subtle ways.

Thread support should be optional - it is if you use the lower-level 
isapi stuff included in pywin32 (which isapi-wsgi uses)

> Are there any other good options that I am missing?

It appears you have 4 - how many more exactly are you after?

Cheers,

Mark


More information about the python-win32 mailing list