riaps.deplo.procm module
Created on Apr 7, 2018
@author: riaps
- class riaps.deplo.procm.ProcessManager(parent)[source]
Bases:
objectManages processes: service(s) and actors started by deplo
- class riaps.deplo.procm.ProcessMonitor(parent, qualName)[source]
Bases:
ThreadThread for monitoring a process
- run()[source]
Method representing the thread’s activity.
You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.