Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6314E105AA for ; Tue, 31 Dec 2013 09:27:40 +0000 (UTC) Received: (qmail 93675 invoked by uid 500); 31 Dec 2013 09:27:40 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 93303 invoked by uid 500); 31 Dec 2013 09:27:35 -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 Delivered-To: moderator for modules-dev@httpd.apache.org Received: (qmail 66448 invoked by uid 99); 31 Dec 2013 08:53:11 -0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of kiran.sakhare@gmail.com does not designate 216.139.250.139 as permitted sender) Date: Tue, 31 Dec 2013 00:52:04 -0800 (PST) From: ksakhare To: modules-dev@httpd.apache.org Message-ID: <1388479924480-5011066.post@n6.nabble.com> Subject: Apache module avoiding re-initialization of connection pool in every worker process MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi All I am building apache module, which maintains the connection pool with back-end server. As in prefork mode only one connection pool is created as their is only one worker process exist. Now I need to port this module on worker mpm, because there are multiple worker process, multiple connection pools are getting created. How can i initialization connection in once and use these connections across the different worker process. Thanks in advacne. -- View this message in context: http://apache-http-server.18135.x6.nabble.com/Apache-module-avoiding-re-initialization-of-connection-pool-in-every-worker-process-tp5011066.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.