Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 41734 invoked from network); 21 Nov 2007 04:19:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2007 04:19:16 -0000 Received: (qmail 38137 invoked by uid 500); 21 Nov 2007 04:19:02 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 38118 invoked by uid 500); 21 Nov 2007 04:19:02 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 38107 invoked by uid 99); 21 Nov 2007 04:19:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 20:19:02 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 04:18:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 29E6271420B for ; Tue, 20 Nov 2007 20:18:43 -0800 (PST) Message-ID: <16767250.1195618723169.JavaMail.jira@brutus> Date: Tue, 20 Nov 2007 20:18:43 -0800 (PST) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXIS2C-780) shared global pool for apache processes In-Reply-To: <20170543.1195617946585.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] S.Uthaiyashankar updated AXIS2C-780: ------------------------------------ Attachment: apache_shared_global_pool.patch the patch "apache_shared_global_pool.patch" expects a configuration "Axis2GlobalPoolSize" in httpd.conf where the value should be size of the global pool in MB. > shared global pool for apache processes > --------------------------------------- > > Key: AXIS2C-780 > URL: https://issues.apache.org/jira/browse/AXIS2C-780 > Project: Axis2-C > Issue Type: Improvement > Components: core/transport > Affects Versions: Current (Nightly) > Environment: Linux > Reporter: S.Uthaiyashankar > Fix For: 1.2.0 > > Attachments: apache_shared_global_pool.patch > > > apache processes are created by fork in linux. Due to that, if they have to share any data, it has to be through shared memory. We need an implementation to > (1) Create a shared memory global pool > (2) create context hierarchy in the global pool > (discussion can be found in http://www.mail-archive.com/axis-c-dev@ws.apache.org/msg11000.html) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org