home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / sysv386 / 17691 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  793 b 

  1. Xref: sparky comp.unix.sysv386:17691 comp.unix.programmer:5857
  2. Path: sparky!uunet!crdgw1!brspyr1!jeffp
  3. From: jeffp@brspyr1.BRS.Com (Jeffrey S. Pace)
  4. Newsgroups: comp.unix.sysv386,comp.unix.programmer
  5. Subject: How does SCO UNIX handle SIGURG ?
  6. Keywords: SCO
  7. Message-ID: <7959@brspyr1.BRS.Com>
  8. Date: 7 Jan 93 18:08:12 GMT
  9. Followup-To: poster
  10. Organization: BRS Software Products; Latham, NY
  11. Lines: 9
  12.  
  13.  
  14. When developing a client/server application for SunOS, I have been using
  15. SIGURG to let a process know that out of band (OOB) data has been received.
  16.  
  17. As far as I know, this is commonplace for TCP/IP communication.
  18.  
  19. However, when porting this code to SCO UNIX and HP/UX I have found that
  20. SIGURG is not available.  Am I wrong?  Is there another signal to use to
  21. interrupt a process for OOB data?
  22.