]> git.llucax.com Git - software/pymin.git/commit
Improve ProcessManager to manage registerable named services.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 12 Nov 2007 20:01:06 +0000 (17:01 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 13 Nov 2007 03:04:11 +0000 (00:04 -0300)
commit9c443d159056e112ed23af07afa38022882583b3
tree4e46c941e9ba93d5c10cb52de961eb4b69f0608b
parentc6010d17b74d9b70ba68b8f4567229c92a868f46
Improve ProcessManager to manage registerable named services.

Besides call, now ProcessManager can register (and unregister) named
services. Once registered, they can be started and stopped (or killed if
multiple stop are issued before the process actually dies) at will, just
like regular processes. Processes can be signaled too.

Documentation is still missing.
pymin/procman.py