in reply to Re: memory (leaks and management)
in thread memory (leaks and management)
I have noticed the following funny thing : at some point, I run an external utility using system(). It can take a while to run, during which my program waits for the return of the system() call. Well, sometimes during that wait, the memory used starts decreasing, as if Perl was using the time to do some cleanup. Is this possible, or am I having hallucinations ?
A possibly related question : when exactly does Perl decide to embark on a cleanup round ? and is it possible to provoke it ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: memory (leaks and management)
by dk (Chaplain) on Mar 28, 2007 at 10:02 UTC |