From: <bil...@us...> - 2005-10-02 19:46:37
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6962 Modified Files: CHANGES.txt Log Message: Draft Index: CHANGES.txt =================================================================== RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** CHANGES.txt 17 Jun 2004 21:59:07 -0000 1.37 --- CHANGES.txt 2 Oct 2005 15:01:04 -0000 1.38 *************** *** 8,16 **** 0.9.0 ! - New DataSource implementation. TODO more - All connections are now wrapped in disposable wrappers. This means that once you have closed a connection (thereby returning it to the pool) you can no longer do anything to it that ! might influence its behaviour for the next client that picks it up. - Connections, Statements, PreparedStatements, and CallableStatements now implement --- 8,20 ---- 0.9.0 ! - New DataSource implementation. This has been tested with Tomcat 5.5. DataSource configuration ! is so specific to the container that it is safer to only state where it has been tested. We ! have no reason to suspect that it would not work in other containers. - All connections are now wrapped in disposable wrappers. This means that once you have closed a connection (thereby returning it to the pool) you can no longer do anything to it that ! might influence its behaviour for the next client that picks it up. It also means that if ! a connection is closed automatically by Proxool then the client gets an exception if it tries ! to do anything other than call close() or isClosed(). - Connections, Statements, PreparedStatements, and CallableStatements now implement *************** *** 41,44 **** --- 45,55 ---- output during testing when we encounter *expected* errors). + - AdminServlet has been updated. Nicer layout. Separate tabs for definition, snapshot and statistics. + Uses a list box for aliases in case there are a lot. + + - When you ask for a detailed snapshot (see ProxoolFacade.getSnapshot()) then it only attempts to + get one for 10 seconds before giving up. A detailed snapshot needs to get a lock on the pool + concerned and if the pool is really busy that might take a while. Belt and braces really. + 0.8.3 - 14 December 2003 |