Need help spawning a child
Greg Pasquariello
dune at cbnewsl.ATT.COM
Wed Jun 21 22:23:55 AEST 1989
In article <1661 at apt.UUCP> brian at apt.UUCP (Brian Litzinger) writes:
>I have a daemon process that spawns child processes to do some
>sub-tasks. The sub-tasks are asynchronise and the parent doesn't
>care how successful the children are. Therefore the parent process
>never waits for the child. This results in my process table filling
>up with <defunct> processes over time.
>
>I simply want the child processes to exit and go away forever. I
>do not want the parent to have to wait on it.
>
><> Brian Litzinger @ APT Technology Inc., San Jose, CA
Simply use signal() to ingnore the death of a child. In SVR3.2 this will
have the desired effect of letting the child die without creating
zombies.
Regardless of what my mail path says, I am really Greg Pasquariello
at ...!att!picuxa!gpasq
More information about the Comp.unix.questions
mailing list