[ZODB-Dev] ZEO 2 : cache twiddling
Toby Dickenson
tdickenson@geminidataloggers.com
Fri, 22 Nov 2002 07:57:31 +0000
On Thursday 21 November 2002 6:01 pm, Chris Withers wrote:
> Jeremy Hylton wrote:
> > 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=3D"unique name" to each of the ClientStorag=
e
> > constructors. That will get you a persistent cache and guarantee tha=
t
> > each cache file is uniquely named.
>
> Do I want a persistent cache?
You probably only *need* a persistent cache if there is a slow network be=
tween=20
your ZEO clients and servers.=20