[ZODB-Dev] BerkleyStorage

Paul Everitt paul@digicool.com
Thu, 26 Jul 2001 07:13:44 -0400


If I remember correctly, the on-disk cache for ZEO uses FileStorage to 
do its trick.  Take a look at docs/ClientCache.txt in the ZEO release. 
If you configure your ZEO client to use a persistent cache, you'll get 
".zec" files.  I *think* those files are ZODB files.

--Paul

Chris Withers wrote:
> Paul Everitt wrote:
> 
>>And if security doesn't make it a wash, DTML or ZPT will.  One important
>>pattern here is to run BerkeleyStorage as the storage for your ZEO
>>storage server, 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?
> 
> cheers,
> 
> Chris
> 
> PS:
> 
>>(Apologies if this is posted as HTML.  Mozilla sometimes baffles me.)
>>
> 
> Mozilla's mail client baffles me to the point of using Mozilla as a browser and
> Netscape 4.7 as a mail client :-S
>