]> git.llucax.com Git - software/pymin.git/commit
Check for name uniqueness when a new process is added to ProcessManager.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 17 May 2008 05:36:46 +0000 (02:36 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 21 May 2008 16:01:56 +0000 (13:01 -0300)
commitcc2c1a77e8a59d961714f0ac336595fa0992e21f
treecc8904e7010eea8e5e756bcbaf2d36da8917391a
parent4de8ac8cb2dc9d60d6e80687e0b41dac2ba95001
Check for name uniqueness when a new process is added to ProcessManager.

This check is against both current running processes (namemap) and the
registered processes (services) to ensure that the name is unique and so
process gets overriden.
pymin/procman.py