<br><br><div class="gmail_quote">On Tue, Oct 11, 2011 at 8:57 AM, MK <span dir="ltr">&lt;<a href="mailto:stardust496@gmail.com">stardust496@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I want to write a process (hopefully userspace) which will &quot;watch&quot;<br>
other processes and do something when a process dies. What is a good<br>
way to do this? A simple solution would be to have a stream/tcp<br>
connection between the watcher and other processes and when the<br>
connection is broken, you know the other side has died. Is there a<br>
better way to do this possibly involving a kernel mod?<br>
<br>
Thanks!!<br>
<br>
_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
</blockquote></div>Hi,<br><br>I think you can make use of user-defined signal handlers.<br><br>Regards,<br>Rohan Puri<br>