Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 11451 invoked from network); 23 Aug 2005 08:59:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2005 08:59:29 -0000 Received: (qmail 22374 invoked by uid 500); 23 Aug 2005 08:59:28 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 22336 invoked by uid 500); 23 Aug 2005 08:59:27 -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 22294 invoked by uid 99); 23 Aug 2005 08:59:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2005 01:59:27 -0700 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 [193.70.193.55] (HELO mail2a.webresidence.it) (193.70.193.55) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2005 01:59:45 -0700 Received: from [193.76.233.91] (193.76.233.91) by mail2a.webresidence.it (7.2.059.5) (authenticated as m.spinetti) id 42F2C9DF00004718 for dev@apr.apache.org; Tue, 23 Aug 2005 10:59:24 +0200 Message-ID: <430AE53D.6080009@pisa.iol.it> Date: Tue, 23 Aug 2005 10:58:37 +0200 From: Marco Spinetti User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@apr.apache.org Subject: write struct apr Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, I have a doubt which I suppose is simple... I'm writing a cgi which uses, of course, apr library. My target is to share some structures between different processes (instances of my cgi). So I'd like to use shared memory (not apr shared memory because I suppose that the pool and then the shared memory is detroyed at the end of my cgi). I have an apr table and I want to write it to the shared memory: then another process attaches to shared memory and it reads back the apr table. Is it possible? Can I use some apr function to write the apr table? Thanks very much for the support. Bye --Marco