http://qs321.pair.com?node_id=414112


in reply to Do I need to free allocated space in an END sub?

I think that in mod_perl 2 the END block doesn't get run at the end of every request -- it only runs when the process ends. So if upgrading your apache/mod_perl is an option, that might solve your problem.

-Joe

  • Comment on Re: Do I need to free allocated space in an END sub?