From: Andrew Gaffney Date: Sun, 11 Jan 2009 23:00:06 +0000 (-0600) Subject: add note about singleton class for tracking PIDs X-Git-Tag: CATALYST-2.0.10~3^2~195 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4a430e3911450fbbb7889c90f18f74eb4223bb3e;p=catalyst.git add note about singleton class for tracking PIDs --- diff --git a/modules/catalyst/spawn.py b/modules/catalyst/spawn.py index a6d37150..9e4a2e91 100644 --- a/modules/catalyst/spawn.py +++ b/modules/catalyst/spawn.py @@ -6,6 +6,7 @@ import sys, os, types import catalyst.util from catalyst.error import * +# XXX We need to change this to a singleton class to track it all properly # pids this process knows of. spawned_pids = []