home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / wizards / 3595 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!cs.utexas.edu!torn!cunews!nrcnet0!bnrgate!bwdls61!bwdls139!gwaters
  3. From: gwaters@bwdls139.bnr.ca (Glenn Waters)
  4. Subject: Queueing of signals
  5. Message-ID: <1992Aug13.160824.11077@bwdls61.bnr.ca>
  6. Keywords: SIGCHLD, signals, queueing, sigvec
  7. Sender: gwaters@bwdls139 (Glenn Waters)
  8. Nntp-Posting-Host: bwdls139
  9. Organization: Bell-Northern Research
  10. Date: Thu, 13 Aug 1992 16:08:24 GMT
  11. Lines: 15
  12.  
  13. I have a program that seems to lose SIGCHLD signals. There are two (or more)
  14. processes that die simultaneously -- thus generating two SIGCHLDs
  15. to the parent. I only seem to get the first SIGCHLD.
  16.  
  17. Are the signals queued? I believe not.
  18.  
  19. What is the correct method of catching the subsequent child deaths that are
  20. not queued?
  21.  
  22. -- 
  23. Glenn Waters, Network Management Systems      gwaters@bnr.ca
  24. Bell-Northern Research, Ltd.                  ...!uunet!bwdls35!gwaters
  25. P.O. Box 3511, Station C                      (613)763-3933 (Voice)
  26. Ottawa Ontario Canada K1Y 4H7                 (613)763-3283 (FAX)
  27. #include <standard_disclaimer.h>
  28.