You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Circus on Windows, and need to start/stop Windows services. I have gone through the documentation, but don't see an obvious way of making Circus monitor the started service process. Do I need to extend the Process class along with the Watcher to get this functionality?
The text was updated successfully, but these errors were encountered:
I see you are using psutil already internally to start processes etc. PSUtil already has support for Windows Services https://pythonhosted.org/psutil/#windows-services. What would recommend as a good approach to add support for WS?
I am using Circus on Windows, and need to start/stop Windows services. I have gone through the documentation, but don't see an obvious way of making Circus monitor the started service process. Do I need to extend the
Process
class along with theWatcher
to get this functionality?The text was updated successfully, but these errors were encountered: