06-29-05 10:53 PM
On 29 Jun 2005 05:00:09 -0700, niraj.kumar.ait@gmail.com wrote:
>How can I ensure that my program generate SIGCHLD signal only in case
>child process terminate .(not in case when child process stop). Is
>there any other way to deal with this problem.
man sigaction
Look at SA_NOCLDSTOP.
Cheers,
Michael
[ Post a follow-up to this message ]
|