home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!sae!sae.com!kdw
- From: kdw@sae.com (David Witten)
- Subject: Does select ever falsely say a socket can be read?
- Message-ID: <1992Sep5.223819.4530@sae.com>
- Keywords: select, socket
- Sender: news@sae.com
- Organization: Template Software
- Date: Sat, 5 Sep 1992 22:38:19 GMT
- Lines: 8
-
- I have an application with several sockets registered with select,
- all of them are non-blocking. Sometimes read yields EWOULDBLOCK on a
- socket which select says has data to be read.
-
- Has anyone seen select lie in this fashion? If so then are there means to
- persuade it to forsake its antisocial ways?
-
- -Thanks, David Witten david@sae.com
-