Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 23292 invoked from network); 16 Aug 2005 16:04:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2005 16:04:07 -0000 Received: (qmail 75455 invoked by uid 500); 16 Aug 2005 16:04:02 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 74570 invoked by uid 500); 16 Aug 2005 16:04:00 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 74557 invoked by uid 99); 16 Aug 2005 16:04:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2005 09:04:00 -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 [64.207.133.54] (HELO redivi.com) (64.207.133.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2005 09:04:19 -0700 Received: from [66.250.55.82] (helo=[10.0.1.34]) by redivi.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.43) id 1E53uu-0000A8-6r; Tue, 16 Aug 2005 09:03:57 -0700 In-Reply-To: <43020380.8060504@elem.com> References: <4301EED7.40302@elem.com> <6ae75d85b05ae1a744e88a17581585f7@mastersofbranding.com> <43020380.8060504@elem.com> Mime-Version: 1.0 (Apple Message framework v622) Message-Id: Cc: mod_perl List From: Jonathan Vanasco Date: Tue, 16 Aug 2005 11:50:26 -0400 To: Perrin Harkins X-Mailer: Apple Mail (2.622) X-SA-Exim-Connect-IP: 66.250.55.82 X-SA-Exim-Mail-From: jvanasco@mastersofbranding.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: apache children waits for each other? X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on redivi.com X-Spam-Level: X-SA-Exim-Version: 4.1+cvs (built Mon, 23 Aug 2004 08:44:05 -0700) X-SA-Exim-Scanned: Yes (on redivi.com) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Aug 16, 2005, at 11:17 AM, Perrin Harkins wrote: > Good plan. This would make a nice addition (as a separate module) to > the Apache::Session::Memcached distribution. I'll see if I can figure out how to make: Apache::Session::Memcached::WithFailover where it does that behavior, but then allows you to specify a specific Apache::Session datastore as being the failover device it shouldn't be all that hard - mostly aliasing function calls to existing modules.