On 5/29/07, Jay Buffington <[EMAIL PROTECTED]> wrote:
On 5/6/07, Perrin Harkins <[EMAIL PROTECTED]> wrote:
> On 5/6/07, James. L <[EMAIL PROTECTED]> wrote:
> > my question is
> > once the app produce the html, does the memory
> > allocated by the parsed data get released to perl?
> > that memory will be reused by other mod_perl app?
>
> No, Perl doesn't work that way. It will keep that memory allocated
> for that variable unless you undef the variable explicitly.
It's my understanding that even if you explicitly undef a variable,
perl doesn't release the memory.
He was asking about it being released back to perl for use within the
same process, not about releasing it back to the operating system for
use in other processes.
- Perrin