Re: Serving quixote through iis
Ian Bicking <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
David Binger wrote: >> 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. > > > I *think* the quixote scgi server will not work under Windows > because the passfd.c module needs something that is not available > there. Is that wrong, or is there another scgi server that > people are using on Windows? There is the threaded SCGI server in flup: http://www.saddi.com/software/flup/ It has a forking version too, but there's no fork on Windows. I don't know how well Quixote works in threads at this point. -- Ian Bicking / [email protected] / http://blog.ianbicking.org