home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / question / 10070 < prev    next >
Encoding:
Text File  |  1992-08-13  |  673 b   |  21 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!tulane!darwin.sura.net!jvnc.net!nuscc!ccechk
  3. From: ccechk@nuscc.nus.sg (Heng Kek)
  4. Subject: Alarm() and children
  5. Message-ID: <1992Aug14.055543.26826@nuscc.nus.sg>
  6. Organization: National University of Singapore
  7. Date: Fri, 14 Aug 1992 05:55:43 GMT
  8. Lines: 11
  9.  
  10. If I have a program which spawns 20 children almost simultaneously
  11. (i.e. via a loop) and arrange for a SIGALRM to be delivered after
  12. 'x' seconds in each of the children,  will the signal in one child
  13. affect other children?
  14.  
  15. The alarm() is called in each of the children.
  16.  
  17. Thanks for any responses.
  18.  
  19. Heng Kek
  20. National University of S'pore
  21.