[Zodb-checkins] CVS: ZODB3/Doc/ZEO - ClientCache.txt:1.1.14.1
Guido van Rossum
guido@python.org
Wed, 30 Oct 2002 13:43:11 -0500
Update of /cvs-repository/ZODB3/Doc/ZEO
In directory cvs.zope.org:/tmp/cvs-serv13816
Modified Files:
Tag: ZODB3-3_1-branch
ClientCache.txt
Log Message:
Update docs about client cache algorithm. (Sorry, this should've made
it into the release.)
=== ZODB3/Doc/ZEO/ClientCache.txt 1.1 => 1.1.14.1 ===
--- ZODB3/Doc/ZEO/ClientCache.txt:1.1 Wed Sep 27 07:03:25 2000
+++ ZODB3/Doc/ZEO/ClientCache.txt Wed Oct 30 13:43:11 2002
@@ -41,6 +41,11 @@
and so on.
+ As of ZEO 2.0 beta 2, the above algorithm is augmented as follows.
+ When a cache load finds a hit in the "old" cache file, the data is
+ copied to the "current" cache file. This appears to improve the hit
+ rate.
+
Persistent cache files are created in the directory named in the
'var' argument to the ClientStorage (see ClientStorage.txt) or in
the 'var' subdirectory of the directory given by the INSTANCE_HOME