Solved: Memory leak

2001-05-31 Thread Antonios Christofides
In case anyone is interested: the memory leak I described a week ago turns out to be a problem of the combination of HTML::Template with Perl 5.005_03 (probably a bug in Perl 5.005_03 memory management triggered by HTML::Template). I upgraded to Perl 5.6.1 and now not a single byte leaks. My

Memory leak

2001-05-28 Thread Antonios Christofides
Hi all. I have a huge memory leak with mod_perl. I'm using a RedHat 6.2 Linux 2.2.14 system with Perl 5.00503, Apache 1.3.14, and mod_perl 1.23. Both Apache and mod_perl come from RedHat's packages, and mod_perl runs as DSO. My script uses CGI, DBI, Apache::DBI, and HTML::Template. No errors or