[Twisted-Python] twisted daemonize problem

Neal Becker ndbecker2 at gmail.com
Mon Nov 8 11:50:38 MST 2010


I seem to have things working OK with twistd.

My app is a batch scheduling system that listens for commands via xmlrpc.  
It is very simple at this point, and I'm attaching it.  I would welcome any 
suggestions for improvement, since I'm a newb to twisted, and a lot of this 
was guesswork.

task.py is a seperate file because otherwise pickle doesn't work.  t6.tac is 
the server, and a toy client is client4.py.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: client4.py
Type: text/x-python
Size: 574 bytes
Desc: not available
URL: </pipermail/twisted-python/attachments/20101108/af4f12d8/attachment-0004.py>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: t6.tac
URL: </pipermail/twisted-python/attachments/20101108/af4f12d8/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: task.py
Type: text/x-python
Size: 176 bytes
Desc: not available
URL: </pipermail/twisted-python/attachments/20101108/af4f12d8/attachment-0005.py>


More information about the Twisted-Python mailing list