[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: signals ??



On Wed, Jun 25, 2036 at 03:40:02AM +0300, nitin mahajan wrote:

<snip>

1. You use kill(2) to send a signal. signal(2) is for installing handlers.
2. Parent and child run in their own address spaces. The change of a global
   variable in one will not be visible in the other.

	-Arun