Path: utzoo!utgpu!cunews!bnrgate!brtph3!brchh104!date '+%m/%d/%y %H:%M:%S'brchs1!bnr.ca!riceu!sun-spots-request From: cnix!klaus@relay.eu.net (klaus u schallhorn) Newsgroups: comp.sys.sun Subject: ipc, tli or sockets? Keywords: SunOS Message-ID: <412@brchh104.bnr.ca> Date: 21 Nov 90 14:30:23 GMT Sender: news@brchh104.bnr.ca Organization: Sun-Spots Lines: 14 Approved: Sun-Spots@rice.edu X-Original-Date: Thu, 8 Nov 90 17:04:42 GMT X-Sun-Spots-Digest: Volume 9, Issue 376, message 6 X-Note: Submissions: sun-spots@rice.edu, Admin: sun-spots-request@rice.edu Due to the installation of a network I have to redo our database server to allow network access. So far applications communicated with this thing via names pipes [fifos]. Consulting several books on the subject I decided to use sockets. They look quite elegant to me. As an afterthought I ventured into the sun manuals and guess what. According to sun, sockets are a no-no as of 4.1 [they still work and are used by sun], to be superceded by TLI in the near future. All new applications should be done using TLI. Anybody cares to voice an opinion? I'd prefer sockets, but if they're to go "real soon now", I might delve into tli.