Path: utzoo!attcan!uunet!husc6!bloom-beacon!mit-eddie!uw-beaver!cornell!rochester!jpayne From: jpayne@cs.rochester.edu (Jonathan Payne) Newsgroups: comp.unix.wizards Subject: I need a SysV select() Message-ID: <9738@sol.ARPA> Date: 16 May 88 20:41:31 GMT Organization: U of Rochester, CS Dept., Rochester, NY Lines: 13 Hi. The simple version of my question is, is there an equivalent function in SysV for BSD's select()? 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. I don't want to sit around polling the two, because that would be ridiculous. Is there any reasonable way to do that on SysV? (Actually, the question should be, is there anyway to do that on non-bsd systems?) Thanks for any suggestions. Jonathan Payne