home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / internal / 1759 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.0 KB  |  30 lines

  1. Newsgroups: comp.unix.internals
  2. Path: sparky!uunet!s5!is1.is.morgan.com!is.morgan.com!sergei
  3. From: sergei@is.morgan.com (Sergei Poliakoff)
  4. Subject: Re: psignal()
  5. Message-ID: <1992Aug28.104608@is.morgan.com>
  6. Sender: news@is.morgan.com
  7. Nntp-Posting-Host: pizza
  8. Organization: Morgan Stanley - IS
  9. References: <1992Aug26.100921.23546@prl.dec.com> <46520025@hpcupt3.cup.hp.com>
  10. Date: Fri, 28 Aug 1992 14:46:08 GMT
  11. Lines: 17
  12.  
  13. In article <46520025@hpcupt3.cup.hp.com>, aakash@hpcupt3.cup.hp.com (Aakash Sahai) writes:
  14. > boyd@prl.dec.com (Boyd Roberts) writes :
  15. > Signals are intended to kill processes, and are
  16. > not an interprocess communication primitive, although they are often
  17. > misued in this way.
  18.  
  19. Any device  driver that has a STREAM head sitting atop of it can 
  20. send signal to a process willing to take it.
  21. Sockets are perfectly willing to send signals.
  22. Better non-STREAMS drivers of pre-STREAMS era were notifying
  23. processes with signals.
  24. In the context  of the original posting, signals are used for asynchronous
  25. event notification, rather then IPC .
  26.  
  27.  
  28. Sergei
  29.