Karlis Peisenieks wrote:
> > The child will need any signal context, as it will still be in a
> > signal handler after the fork.
>
> Yes, but will it get copy of main program stack?
It has to, in order for the `return' to work. fork() duplicates the
entire process' address space.
> Actually, what is that wonderful book one can get all this
> information from?
My favourite is:
Advanced Programming in the Unix(R) Environment
W Richard Stevens
Addison-Wesley
--
Glynn Clements <[EMAIL PROTECTED]>
- forking in signal handler? Karlis Peisenieks
- Re: forking in signal handler? Glynn Clements
- Re: forking in signal handler? Karlis Peisenieks
- Glynn Clements
