asmuts 2005/01/11 17:23:06
Modified: . project.xml
Log:
Optional, configurable thread pools can be set for all auxiliaries. By
default
the single queue is used. (Will document later.)
Shrinkers for all regions now share one thread and are executed by a Doug Lea
Clock Daemon.
The disk cache now has more configuration options exposed. You can set the
purgatory size,
recycle bin size, etc. Alos, you can set a bound on the purgatory. This
solves the possibility
or an ever growing purgatory with a bounded queue.
Uped version to 1.2-dev to mark the changes.
Updated some documentation. I need to rebuild the site. I published the new
disk cache config page already.
The disk cache options are described on the web site.
jcs.auxiliary.DC.attributes.MaxPurgatorySize=10000
jcs.auxiliary.DC.attributes.MaxKeySize=10000
jcs.auxiliary.DC.attributes.MaxRecycleBinSize=5000
jcs.auxiliary.DC.attributes.OptimizeAtRemoveCount=300000
Revision Changes Path
1.42 +1 -1 jakarta-turbine-jcs/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-jcs/project.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- project.xml 6 Jan 2005 01:25:17 -0000 1.41
+++ project.xml 12 Jan 2005 01:23:06 -0000 1.42
@@ -4,7 +4,7 @@
<pomVersion>3</pomVersion>
<name>Turbine JCS</name>
<id>jcs</id>
- <currentVersion>1.1.3-dev</currentVersion>
+ <currentVersion>1.2-dev</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://jakarta.apache.org/</url>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]