util.executor.Executor component for cleaning up processes
----------------------------------------------------------

         Key: GUMP-95
         URL: http://issues.apache.org/jira/browse/GUMP-95
     Project: Gump
        Type: New Feature
  Components: Python-based Gump  
    Versions: Gump3-alpha    
    Reporter: Leo Simons
     Fix For: Gump3-alpha


Gump fires off lots of different processes that may fire off new processes that 
may in turn create processes that may not be very good at cleaning up after 
themselves.

For simple relatively short-running commands that we trust to clean up after 
themselves (like self-updating ourselves from svn or grepping a file or 
whatever), we can trust in the subprocess module that comes with python. For 
other tasks such as firing up actual builds, we should have something more 
robust.

A skeleton algorithm is provided at:

http://mail-archives.apache.org/mod_mbox/gump-general/200503.mbox/[EMAIL 
PROTECTED]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to