Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 30883 invoked from network); 22 Nov 2006 20:12:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2006 20:12:42 -0000 Received: (qmail 83688 invoked by uid 500); 22 Nov 2006 20:12:51 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 83668 invoked by uid 500); 22 Nov 2006 20:12:51 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 83659 invoked by uid 99); 22 Nov 2006 20:12:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 12:12:51 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of christiaanwork@googlemail.com designates 66.249.82.227 as permitted sender) Received: from [66.249.82.227] (HELO wx-out-0506.google.com) (66.249.82.227) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 12:12:39 -0800 Received: by wx-out-0506.google.com with SMTP id h26so341351wxd for ; Wed, 22 Nov 2006 12:12:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=m/C9STG79hQ1KQSasWVvB9xd7JWxWw3nwHGrjHPPsYLjtrptfpWuiGDcNHSSEr2VralGyQBXn3vVhypykuAh0IVQ14dln0iOIXt/I0p8i7jc301xGNoqBdgEP8gjChm+g5nm08PQSvVGWpoZAQJaN/yqT03nIo0M0MW7uqqijr0= Received: by 10.90.70.10 with SMTP id s10mr4613396aga.1164226338228; Wed, 22 Nov 2006 12:12:18 -0800 (PST) Received: by 10.90.93.20 with HTTP; Wed, 22 Nov 2006 12:12:17 -0800 (PST) Message-ID: Date: Wed, 22 Nov 2006 20:12:17 +0000 From: "Christiaan Lamprecht" To: modules-dev@httpd.apache.org Subject: Shared memory MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to share some WRITABLE memory between apache requests... This means that I'll need to use APR mutex's and the like but can anyone suggest where the best place is to store such writable data. (short of having to write it to a file, I'm looking for something less costly) Is the module's server/directory config space appropriate to write to at runtime? Many many thanks in advance for any help Christiaan