Re: Tracking death of grand-child processes
- From: Chris Friesen <cbf123@xxxxxxxxxxxxx>
- Date: Wed, 04 Jan 2006 09:02:20 -0600
Henrik Klinkmann wrote:
The following setup is used: My program (C++) starts a shell process,
which is used to start other programs, inside of it. All I'd really need is to know whenever a process, which has the
shell process as its parent, dies.
Normally you can't do this. I added support for SIGCHLD-like notification on arbitrary processes to a custom Linux kernel, but there we had the luxury of changing the kernel.
Can you start the other programs directly as suggested by Barry?
Chris .
- References:
- Tracking death of grand-child processes
- From: Henrik Klinkmann
- Tracking death of grand-child processes
- Prev by Date: Re: How do get a timer in a thread?
- Next by Date: Re: How do get a timer in a thread?
- Previous by thread: Re: Tracking death of grand-child processes
- Next by thread: Re: Tracking death of grand-child processes
- Index(es):