dev  

Re: Disconnecting -lldap from utilizing apr-util

William A. Rowe, Jr.
Fri, 23 May 2008 09:51:10 -0700

Joe Orton wrote:
Then do we all decide that there is a global pool and an API to obtain it?
I know how to do this, but I'm just asking if that's how to go.

I'm not sure what you're asking here. Starting in 1.3.x there can be multiple global pools each under control of separate consumers.

There's only one global pool in the context of apr_[app_]initialize.
That global initialization is refcounted.

Right?

Bill