Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 53034 invoked from network); 14 Apr 2008 19:34:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2008 19:34:20 -0000 Received: (qmail 86857 invoked by uid 500); 14 Apr 2008 19:34:20 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 86818 invoked by uid 500); 14 Apr 2008 19:34:20 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 86807 invoked by uid 99); 14 Apr 2008 19:34:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 12:34:19 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 19:33:37 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m3EJXm8o009843 for ; Mon, 14 Apr 2008 15:33:48 -0400 Received: from turnip.manyfish.co.uk (IDENT:U2FsdGVkX1/y5T34BkmbubtvgC72Sv1lsW6pD7+SDb8@vpn-14-93.rdu.redhat.com [10.11.14.93]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m3EJXmKM005319 for ; Mon, 14 Apr 2008 15:33:48 -0400 Received: from jorton by turnip.manyfish.co.uk with local (Exim 4.68) (envelope-from ) id 1JlUR1-0004CI-IU for dev@apr.apache.org; Mon, 14 Apr 2008 20:33:47 +0100 Date: Mon, 14 Apr 2008 20:33:47 +0100 From: Joe Orton To: dev@apr.apache.org Subject: Re: svn commit: r647384 - in /apr/apr/trunk: CHANGES include/apr_pools.h memory/unix/apr_pools.c Message-ID: <20080414193347.GA16091@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <20080412063616.D87721A9832@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20080412063616.D87721A9832@eris.apache.org> User-Agent: Mutt/1.5.17 (2007-11-01) Organization: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (USA), Brendan Lane (Ireland), Matt Parson (USA), Charlie Peters (USA) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Apr 12, 2008 at 06:36:15AM -0000, Mladen Turk wrote: > Author: mturk > Date: Fri Apr 11 23:36:14 2008 > New Revision: 647384 > > URL: http://svn.apache.org/viewvc?rev=647384&view=rev > Log: > Introduce apr_pool_create_core_ex What problem is this solving? "This function should be used for short living pools, usually ones that are created and destroyed either in a loop or inside function call." I don't understand that at all. Needing to use an unparented pool sounds like an application bug/design issue. Can you explain the context for this? joe