[Twisted-Python] Running a twisted server as a WinNT service

Andrew Bennetts andrew-twisted at puzzling.org
Sun Dec 9 21:52:42 EST 2001


On Mon, Dec 10, 2001 at 01:46:17PM +1100, Andrew Bennetts wrote:
> class MyTwistedService(win32serviceutil.ServiceFramework):

[snip]

I forgot one detail... this class should have:

---
    _svc_name_ = "MyServer"
    _svc_display_name = "My Twisted Server"
---

-Andrew.





More information about the Twisted-Python mailing list