should init inherit orphans?

edler at cmcl2.UUCP edler at cmcl2.UUCP
Thu Jan 12 13:38:36 AEST 1984


Can anyone think of a reason why it is important for
init to become the "parent" of processes whose real parents
have exited without waiting for them?  It would seem simpler to
just mark such orphans in some way (set their p_ppid to 0
or their p_pptr to NULL or set a flag) so that when they exit,
they clean themselves up (i.e. they don't become zombies at all).

	Jan Edler	cmcl2!edler	(New York University)
			edler at nyu
			(212) 460-7314



More information about the Comp.unix.wizards mailing list