Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 53707 invoked from network); 15 Nov 2005 01:36:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Nov 2005 01:36:12 -0000 Received: (qmail 72527 invoked by uid 500); 15 Nov 2005 01:36:10 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 72491 invoked by uid 500); 15 Nov 2005 01:36:10 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 72480 invoked by uid 99); 15 Nov 2005 01:36:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 17:36:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.167.157.234] (HELO mail.may.com) (66.167.157.234) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 17:36:00 -0800 Content-class: urn:content-classes:message Subject: cross-process, named mutex MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 14 Nov 2005 19:35:33 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Message-ID: <5638BB7F71ECE64081000912579CB2ED174645@prine.may.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cross-process, named mutex thread-index: AcVQwApx4mdMunABRyO1EotTzSJELgAACH/gJjEYvcA= From: "Daniel May" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Is there any way under APR Linux to create a cross-process, named Mutex ? Under Win32, I simply call CreateMutex() with a name. Do I have to create a piece of shared mem and store the pthreads mutex ?=20 Daniel May