Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!rpi!uupsi!rodan.acs.syr.edu!abdik From: abdik@cat.syr.EDU (Ahmad Dik) Newsgroups: comp.unix.internals Subject: question on select() and sockets Message-ID: Date: 14 Nov 90 21:28:50 GMT Organization: Syracuse University Lines: 14 I would like to know if select() can be used to find out if there is a blocked read on a socket. In other words, will the second parameter of the select() function tell me if the socket's buffer is empty, and I can write to it, or does it tell me that there is someone blocked trying to read from the socket. If select can not be used to tell if anyone is blocked reading on a socket, is there any other way I can find out ?? :Ahmad Deek abdik@cat.syr.edu