On Mon, Aug 10, 2009 at 4:35 PM, E R<pc88m...@gmail.com> wrote: > What's the best way to find memory leaks in a mod_perl app?
What problem are you trying to solve? Is your app just growing? If so, that's probably not a leak. You're most likely just using memory. There are many tips for analyzing and reducing memory use, both in the mod_perl docs and the book at http://modperlbook.org/. - Perrin