in reply to memory not freed after perl exits. Solaris.
Once the process exits, the OS frees all the memory allocated by it. AFAIK, the only way to have some allocated memory survive the program is to use shared named memory
Perl will not do that by itself. You will have to request this kind of memory explicitly from your program or use some module that does it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: memory not freed after perl exits. Solaris.
by moritz (Cardinal) on Nov 23, 2010 at 12:37 UTC | |
|
Re^2: memory not freed after perl exits. Solaris.
by MidLifeXis (Monsignor) on Nov 23, 2010 at 16:22 UTC |