Coverage for ion/core/process/supervisor : 90.00%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
|
#!/usr/bin/env python
@file ion/core/process/supervisor.py @author Michael Meisinger @brief base class for processes that supervise other processes and compensate failures """
""" Base class for a supervisor process. A supervisor is a process with the purpose to monitor child processes and to restart them in case of failure. Spawing child processes is a function of the Process itself. """
return
# Spawn of the process using the module name |