[ZODB-Dev] BerkleyStorage

Michel Pelletier michel@digicool.com
Thu, 26 Jul 2001 08:53:28 -0700


Chris Withers wrote:
> 
> > with perhaps FileStorage on all the clients.  Read time
> > on this case is from the local caches (in memory or on disk, the latter
> > as a file storage).
> 
> I'm missing something here... I don't even have a var directory on some of our
> ZEO clients, and custom_zodb.py only contains references to ClientStorage.
> 
> Where does FileStorage come into play here?

Paul's advice is a bit off, no FileStorage is involved, the clients use
a ClientStorage, which does on-disk caching.  This is probably what he
was thinking of.

-Michel