You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Mark Blythe <ma...@cvp.com> on 2001/02/02 02:42:59 UTC

More Info: DBD::mysql leak!

Ok, through more trial and error, I've managed to whittle the offending
script down to this:

use strict;
print "Content-type: text/plain\n\nHello World!";

That's it, and it still leaks.  So, apparently the problem is not with DBI
or DBD::mysql at all.  The only components left seem to be Apache,
mod_perl, and Apache::Registry.

I'll keep experimenting.  Let me know if any of you experience similar
problems with this script.

Mark Blythe
mark@cvp.com