Signals and context switches
Eliot Moss
moss at cs.umass.edu
Tue Jun 18 23:36:01 AEST 1991
Why not uses pipes? Sending one character down a pipe (or pty or whatever) can
be the signal; the receiver can read and toss the character. You can use
select to detect the arrivial, and also arrange for SIGIO to be delivered if
you need rapid asynchronous handling of the notification.
--
J. Eliot B. Moss, Assistant Professor
Department of Computer and Information Science
Lederle Graduate Research Center
University of Massachusetts
Amherst, MA 01003
(413) 545-4206, 545-1249 (fax); Moss at cs.umass.edu
More information about the Comp.unix.wizards
mailing list