Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 37554 invoked from network); 21 Nov 2007 04:06:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2007 04:06:22 -0000 Received: (qmail 28222 invoked by uid 500); 21 Nov 2007 04:06:08 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 28202 invoked by uid 500); 21 Nov 2007 04:06:08 -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 28189 invoked by uid 99); 21 Nov 2007 04:06:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 20:06:08 -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:06:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8FAA5714236 for ; Tue, 20 Nov 2007 20:05:46 -0800 (PST) Message-ID: <20170543.1195617946585.JavaMail.jira@brutus> Date: Tue, 20 Nov 2007 20:05:46 -0800 (PST) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXIS2C-780) shared global pool for apache processes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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