[Ilugc] Signals!!
Arvind Kalyan
base16 at gmail.com
Thu Jun 2 19:48:04 IST 2005
On 02 Jun 2005 15:19:32 +0530, Raja Mallik <raja.mallik at moschip.com> wrote:
> Here if I send signal "kill -SIGUSR1 to both the PID , only sig1 is able
> to recieve not sig2.( like I am printing in a file some printf
> statement)
>
> I want signal to reach sig2 also..but its not happening...
> Any pointers!
You can not expect the signals to be automatically propagated to every
child. You must invoke kill() manually if you want that functionality
in this case.
/arvind
More information about the ilugc
mailing list