Looking for a high performance web server written in Python, and supports CGI/FastCGI

Jack nospam at invalid.com
Fri Jul 7 00:33:50 EDT 2006


>> I will have to install lighttpd or other web servers.
>
> do that.
>
> If all you need is a webserver there's little reason to have it in
> python. Just use one of the several high quality open source webservers.

If it is a Python web server, it would be nice to extend it by putting code
right into the web server. The performance should be better than FastCGI
because it removes the cost to send the requests/replies back and forth. 





More information about the Python-list mailing list