Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 2456 invoked from network); 11 Feb 2007 12:46:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2007 12:46:38 -0000 Received: (qmail 34486 invoked by uid 500); 11 Feb 2007 12:46:44 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 33631 invoked by uid 500); 11 Feb 2007 12:46:42 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 33620 invoked by uid 99); 11 Feb 2007 12:46:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Feb 2007 04:46:42 -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 aronsza@gmail.com designates 64.233.184.234 as permitted sender) Received: from [64.233.184.234] (HELO wr-out-0506.google.com) (64.233.184.234) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Feb 2007 04:46:32 -0800 Received: by wr-out-0506.google.com with SMTP id i28so1326295wra for ; Sun, 11 Feb 2007 04:46:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=DvkdOME1YFKhRK+sPsIda9R3qgEOwFEJzam5/S0oKsK+SjjjKwt7sNcEFu8qabJxCxsirl42VzceFl9WcS+7AuLQLQ8PVVLc8zLjq9aOsfTuP+Ux2/K44NI0+dv76suCeEVJjr3ZBwfSMbb6A/bz8sqsCULNDX948x0H7vLdbmc= Received: by 10.114.126.1 with SMTP id y1mr5473802wac.1171197971496; Sun, 11 Feb 2007 04:46:11 -0800 (PST) Received: by 10.115.54.9 with HTTP; Sun, 11 Feb 2007 04:46:11 -0800 (PST) Message-ID: Date: Sun, 11 Feb 2007 13:46:11 +0100 From: "Aron Szabo" To: dev@httpd.apache.org Subject: Apache2 Shared Memory problem 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 Hello! I`m wrtiting a vhost module for apache2. I need an array or a hash or an apache table to be WRITABLE/READABLE from every apache child. This vhost module is a modified version of vhost-mysql . But I dont want to do an sql query on every request so i want to cache it after the request in an apache table (vhost; path) or a hash or something. Any help is appreciated! Thanks! Yours, Aron