Re: [Twisted-Python] some confusion with daemonising my twisted application.

2011-04-26 Thread Andrew Bennetts
hackingKK wrote: > Hello all. > I have been using the twisted library for quite some time and I must say > it is the best library for xmlrpc. > I have a tcp server listening on a port and I use reactor.run() to start it. > Now I want to learn how to daemonise the entire code. […] > So I just want

[Twisted-Python] some confusion with daemonising my twisted application.

2011-04-26 Thread hackingKK
Hello all. I have been using the twisted library for quite some time and I must say it is the best library for xmlrpc. I have a tcp server listening on a port and I use reactor.run() to start it. Now I want to learn how to daemonise the entire code. I am paisting the code below. from twisted.we