[Twisted-Python] [newb] daemon question

Carlos Valiente superdupont at gmail.com
Fri Nov 5 15:18:07 EDT 2010


On Fri, Nov 5, 2010 at 17:40, Neal Becker <ndbecker2 at 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



More information about the Twisted-Python mailing list