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
.
Relevant Pages
- Re: xmlrpclib hangs execution
... the Python command line 'hangs' until I kill the server. ... 'str': 'Connection accepted. ... At this point, Python 'hangs' until I kill the server, and then these last packages are send: ... (comp.lang.python) - xmlrpclib hangs execution
... import xmlrpclib ... the Python command line 'hangs' until I kill the server. ... At this point, Python 'hangs' until I kill the server, and then these last packages are send: ... (comp.lang.python) - YASS (Yet Another Success Story)
... Started a project year ago with hard goals in mind: Developing a game ... the server to another OS, this will be a matter of time, if possible ... the final is between Java and Python. ... Here is the requirements for the profiler: ... (comp.lang.python) - Re: Is there an obvious way to do this in python?
... |> I want to write a small system that is transaction based. ... Yes - if you do the whole job on the server - ... |it) and HTML (but there are some python packages that knows how to build ... again - centric thinking - I really would like to change the bits on the client, ... (comp.lang.python) - Re: Python on a public library computer
... >I want to run python scripts from this computer. ... to web proxy) but I needed to access my company's internal mail server ... logged on to the domain) if I could run a putty session with forwarding ... employee's account had only access to a web proxy, ... (comp.lang.python) |
|