Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
JCS has officially been wrestled. Sorry, guys, this is going to be one *big* commit again. - Re-Licensed everything according to the current ASF policy - Reformatted headers - Removed trailing blanks
FIXED JCS-19 Applied xdoc spelling error patch supplied by Michael Stevens.
Fixed property names.
updated documentation: added some docs on element configuration; described how to chain remote servers; fixed some missing info in other docs.
Fixed a bug that caused remote push to fail. The event queues have an isAlive and an isWorking status. Originally isAlive meant that it hadn't died. No isAlive means are there any threads that are running. isWorking used to mean that there were threads working; now it means that the queue is in working order. This terminology isn't clear and lead to a bug. I will come up with new names. The remote server used to check to see if a queue was alive before trying to send an update to a local. When we made the queues shutdown from inactivity, they started setting the isAlive to false. The remote server would then think they were bad and not try to add events. I now made the remote server check to see if the queue is working. updated to bug fix version 1.2.1
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
Updated documentation. Removed stratum subpackage reference. Modified the disk cache doc.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |