OK good to know. Would I use apr_pool_cleanup_register in register hooks?
On Fri, Jun 7, 2013 at 9:08 AM, Joe Lewis <j...@joe-lewis.com> wrote: > > On 06/07/2013 08:59 AM, Sean Beck wrote: > >> You guys are awesome. >> So it should only run once then? Also for tear down of the stuff is there >> a >> different hook that I could load? >> > > It still runs twice. Tear down should be registering a pool clean up > function, and using that. > > >