I need to run a simple request/response python module under an existing system with windows/apache/FastCGI.
All the FastCGI wrappers for python I tried work for Linux only (they use socket.fromfd() and other such shticks).
Is there a wrapper that runs under windows?