Add a ProcessMonitor plugin for twistd

[email protected] Sun, 07 Mar 2010 15:15:47 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from rwall <[email protected]>:

It would be useful to be able to launch t.r.procmon.ProcessMonitor from the command line as a simple way to monitor and automatically restart another (unreliable) process. eg
{{{
twistd procmon squid -N
}}}

A plugin would also provide a nice example of procmon use and replace the ugly __main__ function currently at the bottom of the module.

----------
Type     : enhancement
Component: runner
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4356