[Twisted-Python] Twisted server in the background

Itamar Shtull-Trauring itamar at itamarst.org
Tue Sep 13 16:39:16 EDT 2005


On Tue, 2005-09-13 at 11:13 -0700, Brian Granger wrote:

> How can I run a twisted server in the background?  Using twistd is  
> not an option as I am using threadedselectreactor.  Thanks

You want to do the same thing twistd does, fork, close stdin/out/err
etc.. Find the applicable function in twistd's code and see if you can
reuse it.





More information about the Twisted-Python mailing list