![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: what are all the possibilites for memory leaks ?by lima1 (Curate) |
on Oct 10, 2007 at 12:17 UTC ( #643936=note: print w/replies, xml ) | Need Help?? |
mod_perl memory leaks are often no "real" memory leaks (I have no experience with Apache::Leak and don't know what kind of memory leaks it reports). Often they are just growing data structures (that become a problem because the program never exits). Are you caching stuff?
In Section
Seekers of Perl Wisdom
|
|