in reply to Memory reusability
The perl binary aquires memory for the perl program but this memory is never released to the operating system as long as the perl program runs.
So inside a running program the memory is reused but never freed.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Memory reusability
by abubacker (Pilgrim) on Aug 12, 2009 at 06:07 UTC | |
by busunsl (Vicar) on Aug 12, 2009 at 06:11 UTC |