Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!exodus!melohn From: melohn@mrbill.Eng.Sun.COM (Bill Melohn) Newsgroups: comp.protocols.tcp-ip Subject: Re: Are sockets the wave of the future? Message-ID: <725@exodus.Eng.Sun.COM> Date: 28 Aug 90 06:10:38 GMT References: <9008242107.AA19843@ucbvax.Berkeley.EDU> <1990Aug25.183437.1@rogue.llnl.gov> Sender: news@exodus.Eng.Sun.COM Organization: Sun Microsystems, Mt. View, Ca. Lines: 15 >In article <9008242107.AA19843@ucbvax.Berkeley.EDU>, JAZBO@BROWNVM.BROWN.EDU >("James H. Coombs") writes: > > Sun now states that no new applications should be developed at the socket > level. They recommend 1) RPC or 2) TIL(?--which starts with SunOS 4.1). RPC > has several advantages: If this is stated in any Sun documentation or sales literature, it is in error. Sun Microsystems supports both the sockets and TLI network programming interfaces, as well as Sun RPC. In our SunOS 4.1 release TLI is implemented as a "compatiblity module" to the native socket implementation. In SVR4, sockets are implemented as a "compatiblity module" within the streams framework. All Internet services in both implementations are written using the socket interface.