Python+ISAPI?
Oleg Orlov
orlov at diasoft.ru
Wed May 12 02:18:24 EDT 1999
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.
More information about the Python-list
mailing list