fcgi server in python?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • thorley@gmail.com

    #1

    fcgi server in python?

    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

Working...