Sample Program – Signals in C
Aug 21st, 2007 by Virendra
Contains a basic code in C about signal handling.
Point A – Signal handler is called. Since it is after fork and before pid evaluation, it will be called by both parent and child if need arises.
Point B – Parent executes this part of code.
Point C – Child executes this part of code.
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Leave a Reply