[Twisted-Python] How to make twisted server run as an deamon

Bill Bumgarner bbum at mac.com
Thu Sep 1 03:19:58 EDT 2005


On Aug 31, 2005, at 11:14 PM, EddyXu wrote:
> The server which is in your code is inherit from
> twisted.application.FOOserver? or some module else? It seems i have
> wrote my server in "Low level" which has talked about in HOWTOs.  
> For use
> the foo.tac below, do i need rewrite all my server and use
> twisted.application instead of the code i use now.?

Far simpler;  you just need an instance of your factory as the second  
argument to internet.TCPServer()...






More information about the Twisted-Python mailing list