[Web-SIG] Daemon server management

John Speno speno at isc.upenn.edu
Fri Jun 10 13:52:10 CEST 2005


On Jun 10, 2005, at 3:13 AM, Rene Dudfield wrote:

> I'm interested in handing sockets over to child proccesses(without a
> fork).  Not quite sure what the best way is for that though.  If you
> find out please let me know :)

The python scgi module has this feature in its passfd module.

It can be found at http://www.mems-exchange.org/software/scgi/

And it's easy to hook up scgi to wsgi these days. Here's a CherryPy  
example that uses the scgiserver module from Python Paste:

http://www.cherrypy.org/wiki/ScgiWsgi

Take care.


More information about the Web-SIG mailing list