Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!carroll From: carroll@m.cs.uiuc.edu Newsgroups: comp.unix.questions Subject: Re: Is select() included in SVR3 ? Message-ID: <9000028@m.cs.uiuc.edu> Date: 25 Mar 90 01:38:53 GMT References: <633@dr.uucp> Lines: 22 Nf-ID: #R:dr.uucp:633:m.cs.uiuc.edu:9000028:000:1130 Nf-From: m.cs.uiuc.edu!carroll Mar 24 14:16:00 1990 /* Written 7:41 am Mar 23, 1990 by aras@dr.uucp in m.cs.uiuc.edu:comp.unix.questions */ /* ---------- "Is select() included in SVR3 ?" ---------- */ Is BSD 4.3 select() function included in SVR3 ? I notice that some systems, like Motorola Delta systems, running System V Release 3 includes this function, but our Altos system, also running SVR3 doesn't ! /* End of text from m.cs.uiuc.edu:comp.unix.questions */ select() is not part of SysVR3. Some particular implementations have it. As mentioned in another response, 386/ix 2.0.2 has it in the TCP/IP package. SysVR3 does however have poll(), which performs roughly the same function on streams. Unfortunately, it doesn't work on pipes, which is more than a bit of a bummer. Alan M. Carroll "Like the north wind whistling down the sky, carroll@cs.uiuc.edu I've got a song, I've got a song. Conversation Builder: I carry it with me and I sing it loud + Tomorrow's Tools Today + If it gets me nowhere, I'll go there proud" Epoch Development Team CS Grad / U of Ill @ Urbana ...{ucbvax,pur-ee,convex}!cs.uiuc.edu!carroll