Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 65048 invoked from network); 15 Dec 2006 20:03:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Dec 2006 20:03:08 -0000 Received: (qmail 49287 invoked by uid 500); 15 Dec 2006 20:03:10 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 49212 invoked by uid 500); 15 Dec 2006 20:03:10 -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 49186 invoked by uid 99); 15 Dec 2006 20:03:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Dec 2006 12:03:10 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [209.133.199.10] (HELO jimsys.jagunet.com) (209.133.199.10) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Dec 2006 12:02:59 -0800 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jagunet.com (Postfix) with ESMTP id 4134F3345AD for ; Fri, 15 Dec 2006 15:02:39 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <1165841856.3167.70.camel@jfcpc> References: <1165841856.3167.70.camel@jfcpc> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jim Jagielski Subject: Re: httpd-proxy-scoreboard how to go on Date: Fri, 15 Dec 2006 15:02:38 -0500 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org You mean removing the mod_proxy usage of scoreboard space to a "simple" shared memory segment? I thought the whole idea was to abstract out the scoreboard so that it was easier for people to add and remove tables from the scoreboard... the so-called "generic" scoreboard. I don't really see the drive or motivation to rip out the proxy stuff without the generic scoreboard effort in parallel. On Dec 11, 2006, at 7:57 AM, Jean-Frederic Clere wrote: > Hi, > > I would like to return the httpd-proxy-scoreboard to its first goal: A > replacement of the scoreboard by "normal" shared memory. > To reach this the experiments of health_checker should be removed or > changed to a provider of bytraffic/byrequest for mod_proxy_balancer. > > Any comments? > > Cheers > > Jean-Frederic >