Mailing List Archive

Python+ISAPI?
Hi!

I try to use python as CGI on Windows NT and IIS and I find
it is too inefficient to run python.exe to process each user request.
- Has anyone tried to embed python in IIS using ISAPI extension?
I think this is quite simple BUT:
- Is this decision thread safe? (eg is it possible to execute two scripts
simultaneously?)
- That is the python locking strategy? (may be one thread will wait
another untill request complete?)

Regards, Oleg.