forking and zombies in SYSV.

#Bernd Bausch bbausch at hpbbi4.BBN.HP.COM
Tue Aug 21 19:47:10 AEST 1990


> 
> I want to fork, and the parentprocess should continue without
> doing a wait().
> When the child exits, it is transformed into a zombieprocess.
> The zombie exists until the parent exits.
> This is as it should be according to SVID.
> 

Under HP-UX, you can ignore or catch the SIGCLD signal. That's documented
in signal(5).

---
Bernd Bausch
Hewlett-Packard Boeblingen
Germany



More information about the Comp.unix.wizards mailing list