Re: abort functions in pools
From: Joe Orton <joe_at_light.plus.com>
Date: 2000-09-17 12:15:09 CEST
On Thu, Sep 14, 2000 at 03:06:38PM -0500, Jim Blandy wrote:
There is 'apr_set_abort' which does the latter, documented in
> I would kind of like to have subpools inherit their parent
Apache 2 doesn't seem to use apr_make_sub_pool, it uses apr_create_pool
"the new pool will inherit all of it's parent pool's attributes,"
Yet, the apr_create_pool definition in misc/unix/start.c does:
newpool->apr_abort = NULL;
before returning.
(Despite the name, misc/unix/start.c seems to be used by the Win32 +
joe
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.