[python-win32] Runnin Python app as service with separate console

Bob Gailer bgailer at alum.rpi.edu
Wed Apr 5 18:48:25 CEST 2006


Morgan, Byron wrote:
> I have a robust, stable Python script that runs 24-7, crunching a telnet
> feed of real-time data. Problem is, it has to run in a dos console
> window on the desktop. I would like to run it as a service, and be able
> connect to it and monitor performance with a separate console (either
> gui or not) from time to time. I'm hoping for advice on how to proceed.
You can use the Scheduled Tasks service to run the program. This is a 
lot easier than building a service.


More information about the Python-win32 mailing list