On Fri, Nov 5, 2010 at 17:40, Neal Becker ndbecker2@gmail.com wrote:
I have put together a simple twisted server using xmlrpc and process. I want to run this server as a unix daemon.
You might want to have a look at daemontools (http://cr.yp.to/daemontools.html). It will also take care of restarting your daemons if they die.
C