Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 12494 invoked by uid 500); 14 Oct 2000 06:19:10 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 12469 invoked from network); 14 Oct 2000 06:19:09 -0000 Errors-To: From: "William A. Rowe, Jr." To: Subject: RE: cvs commit: apache-2.0/src/modules/standard mod_include.c Date: Sat, 14 Oct 2000 01:19:13 -0500 Message-ID: <000401c035a6$acde31a0$92c0b0d0@roweclan.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > From: Jeff Trawick [mailto:trawickj@bellsouth.net] > Sent: Saturday, October 14, 2000 12:48 AM > To: new-httpd@apache.org > Subject: Re: cvs commit: apache-2.0/src/modules/standard mod_include.c > > > I like the thought of being able to extend -what- filters can do, and > > -how- they can do them. Extending into the vast unknown future bucket > > types seems useful in ways we can't predict yet. I'm just making certain > > that your performance issue is really the issue, or did we jam things up > > somewhere else? > > Nobody is speaking against such an extension; I'm definitely for it. > What I'm speaking about is more code in the path which we don't need. Then I need to take a close look at the code we don't expect we need... can I read the tree or did you last proposed patch overlay the behavior you take issue with? I've been a c++ com programmer for years - and I know many folks look at it as wasteful - but if you are tight (we are) you shouldn't be wasting more that a few cpu clicks with the double indirections. Now that I'm understanding here what Ryan proposes - give me a little time to a close look at it before we talk about backing it out ... I'm a little frustrated with all the talk in the alpha of 'backing out' - we should be pushing forward and improving.