From owner-freebsd-questions Fri Dec 27 15:07:45 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA12825 for questions-outgoing; Fri, 27 Dec 1996 15:07:45 -0800 (PST) Received: from bios-nt.sunbeach.net (SUNBEACH.NET [205.214.199.134]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id PAA12808 for ; Fri, 27 Dec 1996 15:07:40 -0800 (PST) Received: from bios-nt.sunbeach.net by bios-nt.sunbeach.net (NTMail 3.02.11) with ESMTP id wa083560 for ; Fri, 27 Dec 1996 19:07:03 -0400 Date: Fri, 27 Dec 1996 19:08:47 -0400 (AST) From: "Sean Batson (Sunbeach)" X-Sender: seanb012@bsdi.net To: questions@freebsd.org Subject: IPC API's Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk How do I go about coding for IPC applications? Where online can I find the APIs to do such a task. Under AIX I know the routines are msgsnd, msgrcv and msgget. Sean Batson