Re: [Twisted-Python] Running a twisted application as windows service

2018-04-16 Thread Thomas Westfeld
+1 never seen NSSM crash Werner On 04/12/2018 07:50 AM, Ray Cote wrote: On Thu, Apr 12, 2018 at 12:12 PM, Thomas Westfeld wrote: Hello all, I have written a nice twisted-based TCP-server as a twistd plugin or an application as a .tac file and I would like to run it as a windows service. Hi Tho

Re: [Twisted-Python] Running a twisted application as windows service

2018-04-12 Thread Werner Thie
+1 never seen NSSM crash Werner On 04/12/2018 07:50 AM, Ray Cote wrote: On Thu, Apr 12, 2018 at 12:12 PM, Thomas Westfeld mailto:thomas.westf...@currenta.de>> wrote: Hello all, I have written a nice twisted-based TCP-server as a twistd plugin or an application as a .tac file

Re: [Twisted-Python] Running a twisted application as windows service

2018-04-12 Thread Ray Cote
On Thu, Apr 12, 2018 at 12:12 PM, Thomas Westfeld < thomas.westf...@currenta.de> wrote: > Hello all, > > I have written a nice twisted-based TCP-server as a twistd plugin or an > application as a .tac file and I would like to run it as a windows service. > Hi Thomas: Recommend you take a look at

Re: [Twisted-Python] Running a twisted application as windows service

2018-04-12 Thread John Aherne
I think you will find this blog post will tell you all you need to know. There are 3 separate blogs covering twisted as a windows service http://www.christianlong.com/blog/archives.html Regards John Aherne On Thu, Apr 12, 2018 at 5:12 PM, Thomas Westfeld < thomas.westf...@currenta.de> wrote:

[Twisted-Python] Running a twisted application as windows service

2018-04-12 Thread Thomas Westfeld
Hello all, I have written a nice twisted-based TCP-server as a twistd plugin or an application as a .tac file and I would like to run it as a windows service. It works when started from cmd.exe but I would like to run it as a native service. I have seen that the pywin32 package has a win32serv