Re: Sticky pnotes conclusion

2003-01-09 Thread Ged Haywood
Hi there, On Wed, 8 Jan 2003, John Heitmann wrote: Over the weekend I posted here with questions about a problem where variables stored in pnotes did not get garbage collected. Thanks to some very helpful hints I was able to determine that mod_perl was leaking pnotes in a request with an

Sticky pnotes conclusion

2003-01-08 Thread John Heitmann
Hello, Over the weekend I posted here with questions about a problem where variables stored in pnotes did not get garbage collected. Thanks to some very helpful hints I was able to determine that mod_perl was leaking pnotes in a request with an internal redirect. A patch to fix that was

Re: Sticky pnotes conclusion

2003-01-08 Thread Perrin Harkins
John Heitmann wrote: That example makes us look pretty dumb, let me explain how it happened since it may affect you too. We do inter-request caching of $dbh in pnotes. We rely on the destructor of DBI to disconnect; we don't use disconnect() anywhere in our code. We do however use