Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv11446
Modified Files:
CHANGES.txt
Log Message:
prototype count defaults to zero
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** CHANGES.txt 13 Nov 2002 17:35:40 -0000 1.7
--- CHANGES.txt 3 Dec 2002 10:54:28 -0000 1.8
***************
*** 55,60 ****
- Prototyping is now off by default. To enable prototyping you need to set the
proxool.prototype-count property to something sensible (like 5, for instance).
! [Prototyping is where spare connections are made when the active count
! approaches the number currently available.]
0.4 - September 19, 2002
--- 55,60 ----
- Prototyping is now off by default. To enable prototyping you need to set the
proxool.prototype-count property to something sensible (like 5, for instance).
! [Prototyping is where spare connections are when the number of available
! connections approaches zero.]
0.4 - September 19, 2002
|