From owner-freebsd-hackers Sun Feb 23 09:31:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA20448 for hackers-outgoing; Sun, 23 Feb 1997 09:31:31 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA20443 for ; Sun, 23 Feb 1997 09:31:26 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA06419; Sun, 23 Feb 1997 10:29:11 -0700 From: Terry Lambert Message-Id: <199702231729.KAA06419@phaeton.artisoft.com> Subject: Re: Alternatives to SYSV IPC? To: matt@lkg.dec.com (Matt Thomas) Date: Sun, 23 Feb 1997 10:29:11 -0700 (MST) Cc: terry@lambert.org, hackers@FreeBSD.ORG In-Reply-To: <3.0.32.19970222213738.006a1cb0@netrix.lkg.dec.com> from "Matt Thomas" at Feb 22, 97 09:37:46 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > This can be done today with the BSD4.4 socket framework. With AF_LOCAL > (AF_UNIX) sockets and the use of MSG_EOR with send() and MSG_WAITALL > with recvmsg() it does work. I've attached a small example program > (which works under FreeBSD 2.1.0 and Digital UNIX 4.0). Matt: Thank you for this example! Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.