Perrin Harkins wrote:
On Wed, Jun 17, 2009 at 2:24 PM, fREW Schmidt<fri...@gmail.com> wrote:
We are having weird memory leak issues with Apache and some mod_perl.

When you mention "some mod_perl", can you be a bit more specific about which perl modules you are using ? I have had problems of the same nature with some modules, particularly some that have to do with XML processing; not only under Apache, but also when used in other programs running as "daemons" for extended periods of time. In some cases, I ended up extracting those pieces and running them as external perl programs, via do() or system(). Not very nice, but it stopped the problem in its tracks.

A CPAN module which helps track down such issues is Devel::Leak.

Reply via email to