[Twisted-Python] Win32 Service
![](https://secure.gravatar.com/avatar/a9f457c6720a2d1c441713a6792e50cd.jpg?s=120&d=mm&r=g)
I am currently running twisted on an XP machine. What is the recommended way of running twistd as a service? Or should I just create a custom web script and run that as a service?
![](https://secure.gravatar.com/avatar/152986af8e990c9c8b61115f298b9cb2.jpg?s=120&d=mm&r=g)
On Thu, Jul 31, 2003 at 07:05:09AM -0700, Mike Owens wrote:
I am currently running twisted on an XP machine. What is the recommended way of running twistd as a service? Or should I just create a custom web script and run that as a service?
I don't believe twistd plays nicely with NT-style services at the moment. If I had to make a Twisted-using Python script into an NT service tomorrow, I'd be playing with py2exe: http://starship.python.net/crew/theller/py2exe/ Obviously, that's more for setting up your script on your server (farm) rather than for rapid development... -- ___________ ___________________________________ | Screwtape | http://livejournal.com/~thristian |______ _____ ___ __ _ _ _ _ | | Just think of this number as a sort of parrot. -- Ross Williams |
participants (2)
-
Mike Owens
-
screwtape@froup.com