Finding out when a process has died

rohan puri rohan.puri15 at gmail.com
Mon Oct 10 23:36:56 EDT 2011


On Tue, Oct 11, 2011 at 8:57 AM, MK <stardust496 at gmail.com> wrote:

> Hi,
>
> I want to write a process (hopefully userspace) which will "watch"
> other processes and do something when a process dies. What is a good
> way to do this? A simple solution would be to have a stream/tcp
> connection between the watcher and other processes and when the
> connection is broken, you know the other side has died. Is there a
> better way to do this possibly involving a kernel mod?
>
> Thanks!!
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
Hi,

I think you can make use of user-defined signal handlers.

Regards,
Rohan Puri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20111011/b7e8a039/attachment.html 


More information about the Kernelnewbies mailing list