On 13/11/2009 4:21 AM, Randy Syring wrote:
You may be able to use isapi-wsgi with a custom application pool to
achieve what you are looking for. If you can restrict the application
pool to only use one thread per process (which I am not sure how to do)
and then use multiple processes (properties -> performance -> maximum
number of worker processes), you may be able to achieve what you are
trying to do. You might want to ask more questions on the isapi-wsgi board.

This sounds right - and you select a non-threaded implementation simply by way of the base class you inherit from in your Python implementation.

Cheers,

Mark
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to