Path: utzoo!attcan!uunet!husc6!mailrus!ames!umd5!uflorida!gatech!ulysses!hector!ekrell From: ekrell@hector.UUCP (Eduardo Krell) Newsgroups: comp.unix.wizards Subject: Re: I need a SysV select() Message-ID: <10293@ulysses.homer.nj.att.com> Date: 17 May 88 01:23:13 GMT References: <9738@sol.ARPA> Sender: netnews@ulysses.homer.nj.att.com Reply-To: ekrell@hector (Eduardo Krell) Organization: AT&T Bell Labs, Murray Hill Lines: 18 In article <9738@sol.ARPA> jpayne@rochester.UUCP writes: >Hi. The simple version of my question is, is there an equivalent >function in SysV for BSD's select()? The simple version of my answer is NO. >If the answer is no, here's what I am trying to do. I want to get input >from either the keyboard or from some other file description. System V Release 3 and up have a poll() system call which acts like select(), but works only on stream file descriptors. Currently, the tty driver is not streams-based (it will be in the future), so poll() won't help you either. Eduardo Krell AT&T Bell Laboratories, Murray Hill, NJ UUCP: {ihnp4,ucbvax}!ulysses!ekrell ARPA: ekrell@ulysses.att.com