Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 22400 invoked from network); 25 Apr 2005 16:41:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Apr 2005 16:41:22 -0000 Received: (qmail 80225 invoked by uid 500); 25 Apr 2005 16:41:46 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 80180 invoked by uid 500); 25 Apr 2005 16:41:45 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 80166 invoked by uid 99); 25 Apr 2005 16:41:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 25 Apr 2005 09:41:45 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j3PGfBUD002158 for ; Mon, 25 Apr 2005 12:41:11 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3PGfBO22339 for ; Mon, 25 Apr 2005 12:41:11 -0400 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id j3PGfAbv029065 for ; Mon, 25 Apr 2005 17:41:10 +0100 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id j3PGfAdj029064 for dev@httpd.apache.org; Mon, 25 Apr 2005 17:41:10 +0100 Date: Mon, 25 Apr 2005 17:41:10 +0100 From: Joe Orton To: dev@httpd.apache.org Subject: Re: RFC: Who owns a passed brigade? Message-ID: <20050425164110.GA28993@redhat.com> Mail-Followup-To: dev@httpd.apache.org References: <4268036B.1010903@force-elite.com> <3a685e2a385a150260b0620cd1ad1b8a@ricilake.net> <42682E78.2070704@webthing.com> <14d90ae688a5482f5a7b6abeffb8f5a6@ricilake.net> <20050422143217.GA6470@redhat.com> <20050425132946.GC22792@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Mon, Apr 25, 2005 at 11:15:02AM -0400, Cliff Woolley wrote: > On Mon, 25 Apr 2005, Joe Orton wrote: > > > 1. update the util_filter.h documentation > > 2. add some APR_BUCKET_DEBUG code to abort() when brigades are used > > after being "destroyed" > > 3. adjust all filters to work with this model > > 4. switch to allocate brigades out of the bucket allocator > > Didn't we try #4 before and "something bad" happened? I don't remember > what that would have been, I just feel certain #4 has been previously > discussed at least. What I tried last year was doing #4 without doing #3 first, and that indeed did not not work. joe