Hi everybody, just played around with the demo. Quixote seems to be a very nice package. Having a few years Python experience it feels just right. The methods for long running processes are targeted towards apache. I would prefer to use twisted as web server. Firstly, I like python solutions better because I have a better chance to understand what is going on inside the server if necessary. Secondly, security holes should be much rarer because there are no buffer overflows. I find the scgi idea very interesting. It is a nice separation of web server and application server. It should even scale because you can use different computers for each of them. I would like to run twisted as web server and scgi-client and quixote as scgi-server. Is there anything like this already? How difficult would it be to built it? Thanks for some hints. Mike