From: <bil...@us...> - 2005-10-07 08:26:17
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16058 Modified Files: CHANGES.txt Log Message: More changes Index: CHANGES.txt =================================================================== RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** CHANGES.txt 2 Oct 2005 15:01:04 -0000 1.38 --- CHANGES.txt 7 Oct 2005 08:26:10 -0000 1.39 *************** *** 52,55 **** --- 52,65 ---- concerned and if the pool is really busy that might take a while. Belt and braces really. + - Fixes for when a connection that exceeds the maximum-active-time and then the connection encounters + errors during removal. It ended up getting removed twice and that meant that the pool appeared to be + smaller than it was. + + - If a connection is removed because it was active for too long the SQL that it was performing is logged + (if "trace" is enabled). + + - If trace is enabled then the AdminServlet displays the SQL that each connection has performed (or is in + process of performing). This is only overwritten when the connection is served the next time. + 0.8.3 - 14 December 2003 |