in reply to Re^2: automatically killing all child processes created in a script
in thread automatically killing all child processes created in a script
Ok, then if you are launching servers that spawn other child processes, then you should keep track of the PID's or names of those things. If you have permission level that allows you to kill that server, then its children will also be killed if you have right signal handling installed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: automatically killing all child processes created in a script
by JavaFan (Canon) on Aug 22, 2009 at 00:52 UTC | |
by Marshall (Canon) on Aug 22, 2009 at 02:48 UTC |