home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / wizards / 5257 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  823 b 

  1. From: sbmn@hpcupt3.cup.hp.com (S.Subramanian(contr))
  2. Date: Wed, 16 Dec 1992 18:32:55 GMT
  3. Subject: Re: defunct processes with fork and sockets
  4. Message-ID: <156600001@hpcupt3.cup.hp.com>
  5. Organization: Hewlett Packard, Cupertino
  6. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpcss01!hpcupt3!sbmn
  7. Newsgroups: comp.unix.wizards
  8. References: <Byn3rB.Bvo@acsu.buffalo.edu>
  9. Lines: 12
  10.  
  11.  
  12.  
  13. If a process does not wait for it's child, then the OS has to hold
  14. the child in defunct state on it's exit, since the parent can request
  15. the exit status later thro' a wait. But if the parent is not
  16. interested in the child's exit status, it can set the SIGCHLD to
  17. SIG_IGN. This will let the kernel know that the parent will not do
  18. a wait on child and prompt it to let an exiting child die peacefully.
  19.  
  20. Subbu 
  21.  
  22. HP Cupertino
  23.