Xref: utzoo comp.unix.wizards:22271 comp.unix.xenix:11865 Path: utzoo!attcan!uunet!ogicse!dali!uakari.primate.wisc.edu!sdd.hp.com!ucsd!usc!snorkelwacker!mit-eddie!aryeh From: aryeh@eddie.mit.edu (Aryeh M. Weiss) Newsgroups: comp.unix.wizards,comp.unix.xenix Subject: To which devices does select apply? Keywords: select pipes Message-ID: <1990Jun2.134231.25926@eddie.mit.edu> Date: 2 Jun 90 13:42:31 GMT Reply-To: aryeh@eddie.MIT.EDU (Aryeh M. Weiss) Organization: MIT EE/CS Computer Facilities, Cambridge, MA Lines: 7 What devices does select apply? I know select() is designed to be used with serial and event devices, but does it apply to pipes or ordinary files? Under SCO Xenix V/386 R2.3.2 select() *always* indicates data is available from a pipe, including empty pipes. Is there a standard for select()'s behavior on pipes? --