Re: [EMAIL PROTECTED] Custom modules cleanup handler not being invoked in apache 2.0.59

2008-02-27 Thread Vincent Bray
Hi Rajesh, This question would be better on the [EMAIL PROTECTED] mailing list. http://httpd.apache.org/lists.html#modules-dev -- noodl On 26/02/2008, Rajesh Rao <[EMAIL PROTECTED]> wrote: > Hi, > > I'm working with a custom apache module that needs to cleanup on child exit. > Under a steady

[EMAIL PROTECTED] Custom modules cleanup handler not being invoked in apache 2.0.59

2008-02-26 Thread Rajesh Rao
Hi, I'm working with a custom apache module that needs to cleanup on child exit. Under a steady load (with about 25-30 httpd worker processes), the handler registered for apr_pool_cleanup_register does not get invoked after some time. Initially, the exit function registered is called for when ever