Fork-based worker context for daemon processes.
os
weakref
execution
process
kcore
kdispatch
system
ProcessManager
Application context maintaining a pool of worker processes.
ProcessManager__init__
__init__(self, application, update)
ProcessManageractuate
actuate(self)
ProcessManagerxact_exit
xact_exit(self, xact)
Called when a fork's exit has been received by the controlling process.
ProcessManagerxact_void
xact_void(self, final)
ProcessManagerctl_fork
ctl_fork(self, fid)
Fork the process using the given fid as its identifier.
ProcessManagerctl_forked
ctl_forked(self, fork_id)
Initial invocation of a newly forked process. Indirectly invoked by ctl_fork through system.Process.fork.
ProcessManagerterminate
terminate(self)