in reply to Re: Memory reusability
in thread Memory reusability
Of course this does not mean that part of the memory not used by Perl, automatically can be used by other application. This question belongs to the architecture of the undrelying OS, and is not related to Perl.That's not entirely true. Certainly, whether or not the OS is able to accept memory back from the OS isn't related to perl. But if perl runs on an OS that does allow for processes to return memory back to the OS during the lifetime of the process, then it becomes related to perl. Because then perl would actually have to make the appropriate system calls to give memory back.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Memory reusability
by rovf (Priest) on Aug 12, 2009 at 13:07 UTC | |
|
Re^3: Memory reusability
by zwon (Abbot) on Aug 12, 2009 at 17:46 UTC | |
by JavaFan (Canon) on Aug 12, 2009 at 19:43 UTC |