Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 81703 invoked from network); 7 Jan 2004 16:30:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Jan 2004 16:30:54 -0000 Received: (qmail 86507 invoked by uid 500); 7 Jan 2004 16:30:44 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 86302 invoked by uid 500); 7 Jan 2004 16:30:42 -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 86289 invoked from network); 7 Jan 2004 16:30:42 -0000 Received: from unknown (HELO web.turner.com) (64.236.240.190) by daedalus.apache.org with SMTP; 7 Jan 2004 16:30:42 -0000 Received: from web.turner.com (338u.turner.com [10.188.51.43]) by web.turner.com (8.12.9/8.12.9) with ESMTP id i07GUi7w011187 for ; Wed, 7 Jan 2004 11:30:45 -0500 (EST) Message-ID: <3FFC3434.2000005@web.turner.com> Date: Wed, 07 Jan 2004 11:30:44 -0500 From: Brian Akins User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031221 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Save brigade and buckets References: <20040107151223.S1078-100000@fenris.webthing.com> In-Reply-To: <20040107151223.S1078-100000@fenris.webthing.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Nick Kew wrote: > > ICBW here, but ... > > Brigades are created on a pool. When the pool dies, so does the > brigade. Most brigades are created on the Request or Connection > pool, so die with the request or connection. > So, if I created a bridage like so: bb =apr_brigade_create(r->server->pool, r->connection->bucket_alloc); The brigade would stiil be "functional" after the connection went away? IOW, is a brigade dependent upon the buckuet_alloc after the brigade is created? > > However, that still doesn't help if you want the saved brigade to > be seen by a subsequent request, because that'll be handled by > a random server, For my uses it actually would help alot if I created my own longlived pool. Thanks. -- Brian Akins Senior Systems Engineer CNN Internet Technologies