in reply to Tracking Memory Leaks
Are you doing anything with subroutine references? It's possible to chew up RAM by using things like Error.pm's try/catch syntax if you aren't careful to avoid accidental closures.
You might want to check out the mod_perl guide for additional information on Perl memory management.
|
---|
Replies are listed 'Best First'. | |
---|---|
(tye)Re: Tracking Memory Leaks
by tye (Sage) on Aug 15, 2001 at 22:19 UTC | |
by perrin (Chancellor) on Aug 15, 2001 at 22:46 UTC | |
by tye (Sage) on Aug 15, 2001 at 23:02 UTC | |
by perrin (Chancellor) on Aug 15, 2001 at 23:35 UTC |