I am unable to find in the httpd headers anything about ap_hook_post_config
but I see it in examples online. Where can I look so that I understand what
each of the parameters are?

Also, thank you for helping me


On Thu, Jun 6, 2013 at 4:16 PM, Joe Lewis <j...@joe-lewis.com> wrote:

>
> On 06/06/2013 04:13 PM, Sean Beck wrote:
>
>> So in the post_config hook I set up the connections then register a clean
>> up function to terminate the connections?
>>
>
> Yes.  It's the one place that, if you are calling apr_palloc/etc, you have
> the direct pool that will be called when things do get cleaned up for what
> is in the pool, and immediately before the memory is freed up on a graceful
> exit.
>
> Joe
>

Reply via email to