Hi All,
I have a program that calls fork() followed by execl(). When the child
process terminates, the signal handler gets called in the parent, which
starts a new child process in the same manner. Occasionally, the parent
process will have need to call system() whilst there is already a child
process running somewhere. When system() returns, it fires the signal
handler too, which is undesired.
My questions:
- When the signal handler is called, how can I tell which child process
is generating it.
- With multiple child processes, if a second child terminates while the
parent is in a signal handler due to the termination of the second
child, is there any chance of missing the second signal?
Regards,
Dale.
--
http://www.commergy.com
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!