Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1a 12/4/83; site rlgvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!harpo!seismo!rlgvax!guy From: guy@rlgvax.UUCP (Guy Harris) Newsgroups: net.unix Subject: Re: #include Message-ID: <1931@rlgvax.UUCP> Date: Wed, 16-May-84 20:52:10 EDT Article-I.D.: rlgvax.1931 Posted: Wed May 16 20:52:10 1984 Date-Received: Thu, 17-May-84 07:06:22 EDT References: <157@scc.UUCP> Organization: CCI Office Systems Group, Reston, VA Lines: 11 > Code that uses mpx has to be rewritten using messages on System V. Or to use sockets in 4.2BSD; Berkeley canned multiplexed files as well. Guy Harris {seismo,ihnp4,allegra}!rlgvax!guy P.S. It takes about a day's work (at most) to get System V message queues up under 4.2BSD, and they're a bit faster than UNIX-domain stream sockets. Unfortunately, the UNIX domain doesn't have "reliably delivered messages", so I couldn't benchmark them against messages.