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