fcgi server in python?

thorley at gmail.com thorley at gmail.com
Fri Jun 30 12:40:30 EDT 2006


Does any one know of a fcgi SEVER implementation for python?

I've seen lots of great stuff for the client/application side, but not
a server. By server, I mean the program that accepts requests from the
browser and passes them to the web app over fcgi. Usaually this is done
by Apace or Lightttpd, but I'm trying to reduce dependancies, so a
(pure) python implementation would be really great!

thanks
--
matthew




More information about the Python-list mailing list