Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv28121
Modified Files:
CHANGES.txt
Log Message:
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** CHANGES.txt 26 Feb 2003 17:00:11 -0000 1.17
--- CHANGES.txt 6 Mar 2003 11:30:16 -0000 1.18
***************
*** 27,30 ****
--- 27,43 ----
called definitionChanged (stupid spelling error).
+ - ConnectionListenerIF.onDeath now gets called for all connections
+ closed during shutdown.
+
+ - Pools manually removed (using ProxoolFacade.removeConnectionPool)
+ are no longer attempted to be removed during shutdown.
+
+ - Maximum-new-connections property has been deprecated in favour of
+ the more descriptive simultaneous-build-throttle property.
+
+ - Refactoring of house keeper and prototyper so that the number of threads
+ used by Proxool is more scalable. (Proxool used to create two threads
+ per pool).
+
0.7 - February 21, 2003
|