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