Re: Process Tree

2002-04-29 Thread sharan
Process is not created by fork, I am using, Proc::Background to create process, which uses, either, Win32::Process for windows, It is transparent to me, whether i run on linux or windows. The kind of application what we are developing needs both windows and linux support. Why I need to kill ex

Re: Process Tree

2002-04-27 Thread Felix Geerinckx
on Sat, 27 Apr 2002 13:20:47 GMT, Sharan wrote: > Is there any generic way to find the list of child ids? (common to > windows and Linux). Because, i want to kill explicitly all the child > procs before terminating parent. If you fork, you return the child's pid to the parent. See perld

Re: Process Tree

2002-04-27 Thread drieux
On Saturday, April 27, 2002, at 06:08 , sharan wrote: > Hello, > > Is there any generic way to find the list of child ids? (common to windows > and Linux). Because, i want to kill explicitly all the child procs before > terminating parent. generically you want man ps that will help wi

Process Tree

2002-04-27 Thread sharan
Hello, Is there any generic way to find the list of child ids? (common to windows and Linux). Because, i want to kill explicitly all the child procs before terminating parent. Thanks and Regards Sharan Hiremath. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E