Re: [Zope-dev] CompressedStorage

2001-05-31 Thread Erik Enge
On 31 May 2001, Ty Sarna wrote: > Zope basically uses whatever object custom_zodb.Storage is as the > storage. Ahh... I can feel the zen pouring over me :) > What you want to do is create a FileStorage, and wrap it with a > CompressedStorage and use that. Your custom_zodb.py would look like:

Re: [Zope-dev] CompressedStorage

2001-05-31 Thread Ty Sarna
In article <[EMAIL PROTECTED]>, Erik Enge <[EMAIL PROTECTED]> wrote: > Hi, > > has anyone given this a good run? I'm a bit confused as to how to make it > work. Do I just subclass it in FileStorage? No, you wrap it around an underlying storage (such as FileStorage). When Zope starts up, it l

[Zope-dev] CompressedStorage

2001-05-31 Thread Erik Enge
Hi, has anyone given this a good run? I'm a bit confused as to how to make it work. Do I just subclass it in FileStorage? Will it work with existing Data.fs or do I need to start anew, so to speak? Thanks. ___ Zope-Dev maillist - [EMAIL PROTECTE