From owner-freebsd-questions@FreeBSD.ORG Fri May 30 13:11:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77C09106566C for ; Fri, 30 May 2008 13:11:44 +0000 (UTC) (envelope-from rvm@CBORD.com) Received: from smssmtp.cbord.com (mx1.cbord.com [24.39.174.11]) by mx1.freebsd.org (Postfix) with ESMTP id 2D67E8FC0A for ; Fri, 30 May 2008 13:11:43 +0000 (UTC) (envelope-from rvm@CBORD.com) X-AuditID: ac1f0165-0000136800000330-f5-483ffd2a7362 Received: from Email.cbord.com ([10.1.1.100]) by smssmtp.cbord.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 30 May 2008 09:12:09 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 30 May 2008 09:10:48 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Looking for message queue documentation Thread-Index: AcjCVpPWjFLyEtgUReaMhLUTvqgsMw== From: "Bob McConnell" To: X-Brightmail-Tracker: AAAAAA== Subject: Looking for message queue documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 13:11:44 -0000 I see in the release notes for 7.0 that experimental support for POSIX message queues has been added. Where can I find information on what functions are available and how they differ from the POSIX descriptions? I would like to use them for inter-thread message passing. Thank you, Bob McConnell