[ZODB-Dev] Using demostorage + blobs with ZEO

Malthe Borch mborch at gmail.com
Thu Oct 20 06:23:18 UTC 2011


On 17 October 2011 14:15, Zvezdan Petkovic <zvezdan at zope.com> wrote:
> It is supported.

Great!

> 1. Wrap <zeoclient> into <before> storage.
> 2. Add <filestorage> for changes.
> 3. Wrap all that into <demostorage>

... but I simply can't see how I can *add* <filestorage> for changes.

Here's my hierarchy:

  <demostorage>
    <before>
      <zeoclient>
         ...
      </zeoclent>
    </before>
  </demostorage>

In which of these section can I add a storage for changes? As far as I
can tell from the documentation, demostorage only takes a read-only
base storage and keeps its own changes in memory.

\malthe


More information about the ZODB-Dev mailing list