home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.23 / text0014.txt < prev    next >
Encoding:
Text File  |  1991-06-15  |  662 b   |  22 lines

  1. Submitted-by: decot@hpisod2.cup.hp.com (Dave Decot)
  2.  
  3. >     ioctl(fd, SIOCSPGRP, &pid);
  4. > That is, in a POSIX environment, how does one set the process-group ID
  5. > of processes that will receive SIGIO and SIGURG signals associated with
  6. > a particular file-descriptor (which, incidentally, is a socket) to the PID
  7. > of the current process.
  8.  
  9. POSIX.1 has no such signals SIGIO or SIGURG, nor any sockets, nor do
  10. any of the current drafts of other POSIX standards.
  11.  
  12. The current POSIX.4 draft describes ways to signal asynchronous I/O
  13. completion, but the signals currently go only to the process that
  14. started the I/O.
  15.  
  16. Dave Decot
  17.  
  18.  
  19. Volume-Number: Volume 23, Number 15
  20.  
  21.