Re: Quixote, WSGI, next-gen hypishness, etc
"Mike Orr" <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On 3/10/06, Toni Alatalo <[email protected]> wrote: > then again, i mostly use quixote and durus with twisted, so was a bit > perplexed about the note that something would not work with it (qx2, qp, new > durus, something?) The SCGI library is incompatible with Windows. This affects Quixote's scgi_server.py and QP's equivalent. It does not affect twisted_server.py, Durus, or any other component. The problem is that SCGI has a 'passfd' C module that transmits a file descriptor through a socket to a child process. Windows does not support this. Some people are looking at patching SCGI to use Windows threads on Windows, which will supposedly solve the compatibility problem. -- Mike Orr <[email protected]> ([email protected] address is semi-reliable)