home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp / 10103 < prev    next >
Encoding:
Text File  |  1992-09-07  |  660 b   |  20 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!sae!sae.com!kdw
  3. From: kdw@sae.com (David Witten)
  4. Subject: Does select ever falsely say a socket can be read?
  5. Message-ID: <1992Sep5.223819.4530@sae.com>
  6. Keywords: select, socket
  7. Sender: news@sae.com
  8. Organization: Template Software
  9. Date: Sat, 5 Sep 1992 22:38:19 GMT
  10. Lines: 8
  11.  
  12. I have an application with several sockets registered with select,
  13. all of them are non-blocking.  Sometimes read yields EWOULDBLOCK on a
  14. socket which select says has data to be read.
  15.  
  16. Has anyone seen select lie in this fashion?  If so then are there means to
  17. persuade it to forsake its antisocial ways?
  18.  
  19. -Thanks, David Witten            david@sae.com
  20.