On 7/28/2011 12:10 PM, Bert Huijben wrote: > > We don't use this pattern in Subversion. (We don't even have a single call to > apr_pool_parent_get() in trunk)
Thanks. I know we use the get_parent pattern to move from config pool up to the process pool in some modules (where you need to persist specific data across restarts). Whether httpd walks it to the top level pool is another question.
