Path: utzoo!utgpu!news-server.csri.toronto.edu!neat.cs.toronto.edu!rayan Newsgroups: comp.protocols.tcp-ip From: rayan@cs.toronto.edu (Rayan Zachariassen) Subject: Re: Are sockets the wave of the future? Message-ID: <90Aug25.190402edt.9661@neat.cs.toronto.edu> References: <9008242107.AA19843@ucbvax.Berkeley.EDU> <1990Aug24.220021.10122@murdoch.acc.Virginia.EDU> <67707@sgi.sgi.com> Distribution: comp Date: 25 Aug 90 23:04:24 GMT Lines: 6 Regardless of what the wave of the future is, presently if you write to the TLI interface you won't be able to compile your code on a socket-only system whereas if you use the socket interface you'll be portable to most TLI systems (since they usually come with socket interface libraries). If you aren't concerned about optimal efficiency, writing to the socket interface now would be more portable.