Am Donnerstag, 6. Oktober 2005 11:43 schrieb Daniele Varrazzo: > Dear Quixoters, > > probably i will be asked to deploy a Quixote application on a machine > already web-serving through IIS. The application mantains its own state and > pools db connections, so CGI is not a choice. Up to now i only found tips > about using Python as a cgi language or into asp pages. Hi Daniele, you can try cgi2scgi. This is a small C programm which forwards the request to a scgi server. This script gets executed for every request. But since it is very small its very fast, too. Up to now I did not use it on windows. But I think it should work. HTH, Thomas