On 8 Oct, 12:13 am, [email protected] wrote:
>hey Jean-Paul,
>
>I'm using twistd - if you see the daemon code it's in there to start
>and
>manage the service.
I see. However, you are not using it correctly. ;) The very last line
of the code you pasted is:
reactor.run()
When you use twistd, you do not call `reactor.run` yourself. This is
why your application isn't daemonizing.
Jean-Paul
_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python