Hello,

I have to create a component in Win32 where a parent process is
responsible for creating child process.
In normal terminations of parent process  I can kill the child process by
refering to their process ids or by some other methods.

But in abnormal situations e.g. parent process gets killed from task
manager or it sucides due to meory leaks etc then the child process
created by it would be still running. How can I kill the the child
processes automatically when a parent process is terminated.

Regards
Rocky Luthria

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

Essential .NET: building applications and components with CSharp
August 30 - September 3, in Los Angeles
http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to