Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22599
Modified Files:
CHANGES.txt
Log Message:
Added ProxoolFacade.disableShutdownHook.
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** CHANGES.txt 9 Jun 2006 18:39:17 -0000 1.44
--- CHANGES.txt 2 Nov 2006 10:01:11 -0000 1.45
***************
*** 14,17 ****
--- 14,22 ----
$java/lang/Object$$FastClassByCGLIB$$3f697993
+ - Added ProxoolFacade.disableShutdownHook so that you can choose to explicitly shutdown
+ Proxool programatically. This is useful because the order that the JVM calls shutdown
+ hooks isn't easily controlled and you might want to shutdown Proxool *after* you've
+ done some cleaning up yourself.
+
- Fixed bug in ProxoolDataSource to add in maximum-active-time. Credit to Paolo Di Tommaso.
|