[ZODB-Dev] ZEO 2 : cache twiddling

Jeremy Hylton jeremy@zope.com (Jeremy Hylton)
Thu, 21 Nov 2002 12:01:47 -0500


You definitely should not set ZEO_CLIENT, because that would
presumably cause all storages to try and use the same cache files.
Instead, I'd add a client="unique name" to each of the ClientStorage
constructors.  That will get you a persistent cache and guarantee that
each cache file is uniquely named.

Jeremy