in reply to Re: Re: Re^4: Does using globals via our() in mod_perl scripts lead to apache child size growth?
in thread Does using globals via our() in mod_perl scripts lead to apache child size growth?

I'm not sure I follow exactly what you're disagreeing with. The bit about lexicals retaining their memory unless explicitly freed has been confirmed many times. Memory that Perl takes does sometimes go back to the OS, but this behavior is very OS-dependent. You can read some comments from elian about this if you look on SuperSearch.

By the way, not to brag, but I helped write the mod_perl guide that you're quoting from.

  • Comment on Re: Re: Re: Re^4: Does using globals via our() in mod_perl scripts lead to apache child size growth?