Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 97621 invoked from network); 14 Nov 2007 09:37:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 09:37:52 -0000 Received: (qmail 26656 invoked by uid 500); 14 Nov 2007 09:37:38 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 26602 invoked by uid 500); 14 Nov 2007 09:37:37 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 26064 invoked by uid 99); 14 Nov 2007 09:37:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 01:37:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chip@force-elite.com designates 66.225.25.189 as permitted sender) Received: from [66.225.25.189] (HELO utopia.in.force-elite.com) (66.225.25.189) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 09:37:39 +0000 X-AuthUser: chip@force-elite.com Received: from 1023host90.starwoodbroadband.com (127.0.0.1:33738) by localhost with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Wed, 14 Nov 2007 01:37:15 -0800 Message-ID: <473AC1CA.3050403@force-elite.com> Date: Wed, 14 Nov 2007 04:37:14 -0500 From: Paul Querna User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: dev@httpd.apache.org CC: cvs@httpd.apache.org Subject: Re: svn commit: r594659 - /httpd/httpd/trunk/modules/proxy/mod_lbmethod_rr.c References: <20071113215511.38EEE1A9832@eris.apache.org> In-Reply-To: <20071113215511.38EEE1A9832@eris.apache.org> X-Enigmail-Version: 0.95.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org jim@apache.org wrote: > Author: jim > Date: Tue Nov 13 13:55:05 2007 > New Revision: 594659 > > URL: http://svn.apache.org/viewvc?rev=594659&view=rev > Log: > Add extremely butt-ugly sub-mod that exists simply to show how > to use providers in sub-mods to extend lbmethods in mod_proxy... ..... > + > +/* Round Robin lbmethod module for Apache proxy */ > + > +/* NOTE: This is designed simply to provide some info on how to create > + extra lbmethods via sub-modules... This code is ugly > + and needs work to actually do round-robin "right" > + but that is left as an exercise for the reader */ > + > +#define CORE_PRIVATE boooo. does it really need CORE_PRIVATE??