|
|||||||||||
|
Re: Memory Leak with 5.0.6 and 5.1.2-beta
From: Clemens Eisserer <linuxhippy(at)gmail.com>
Date: Thu Jul 19 2007 - 05:52:07 EDT
Thanks a lot for your feedback. As far as I can see commons-dbcp is an extension to commons-pool which provides additional informations/features.
However I am experiencing problems although I only use a single
Connection object and a single Statement object all the time, and I
even close the old ResultSet explicitly before I do the next Query.
I really can't explain where all those "openSessions" come from,
setting cachePreparedStatements didn't help either.
Shouldn't a new Query close all resources bound to a Statement-Object
(old ResultSets, Metadata, ...)?
I'll have a look at the driver's source, however I don't think I'll understand that piece of code ^^ Thank you in advance, lg Clemens -- MySQL Java Mailing List For list archives: http://lists.mysql.com/java To unsubscribe: http://lists.mysql.com/java?unsub=lists@pantek.comReceived on Thu Jul 19 05:53:02 2007 This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:30:24 EDT |
||||||||||
|
|||||||||||