Re: [EMAIL PROTECTED] function modulename_child_exit in apache 2.0

2008-11-13 Thread Anurag Gujral
Thanks a lot Tom Anurag From: Tom Evans <[EMAIL PROTECTED]> To: users@httpd.apache.org Cc: Anurag Gujral <[EMAIL PROTECTED]> Sent: Thursday, November 13, 2008 6:10:40 AM Subject: Re: [EMAIL PROTECTED] function modulename_child_exit in apache 2.0

Re: [EMAIL PROTECTED] function modulename_child_exit in apache 2.0

2008-11-13 Thread Tom Evans
On Thu, 2008-11-13 at 04:49 -0800, Anurag Gujral wrote: > Hi All, > I need to call function modulename_child_exit in apache > 2.0 to free resources that are allocated in > modulename_child_init. How should I use that function so that it gets > called only when child dies. > > Plz Co

[EMAIL PROTECTED] function modulename_child_exit in apache 2.0

2008-11-13 Thread Anurag Gujral
Hi All,     I need to call function modulename_child_exit in apache 2.0 to free resources that are allocated in modulename_child_init. How should I  use that function so that it gets called only when child dies. Plz Comment Thanks Anurag