in reply to Re: How to find a memory leak - appears to be "system" calls that are responsible
in thread How to find a memory leak - appears to be "system" calls that are responsible
gzip and tar, almost certainly, but I'd bet unlink() is much faster than rm. As a shell command, rm means a fork() -- or two for a shell! And of course rm must ultimately do the unlink() as well.
On the flip side, my first impression on gzip vs Compress::Zlib was dead wrong. ++ for setting me straight.
Ah, the trauma of learning Perl . . .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How to find a memory leak - appears to be "system" calls that are responsible
by tachyon (Chancellor) on May 15, 2004 at 08:21 UTC |