[Zodb-checkins] CVS: ZODB3/Doc/ZEO - ClientCache.txt:1.2
Guido van Rossum
guido@python.org
Thu, 10 Oct 2002 10:37:32 -0400
Update of /cvs-repository/ZODB3/Doc/ZEO
In directory cvs.zope.org:/tmp/cvs-serv32422
Modified Files:
ClientCache.txt
Log Message:
Explain change to cache algorithm.
=== ZODB3/Doc/ZEO/ClientCache.txt 1.1 => 1.2 ===
--- ZODB3/Doc/ZEO/ClientCache.txt:1.1 Wed Sep 27 07:03:25 2000
+++ ZODB3/Doc/ZEO/ClientCache.txt Thu Oct 10 10:37:29 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