[ZODB-Dev] Discrete synchronization with ZEO

Dieter Maurer dieter at handshake.de
Tue Apr 25 15:25:05 EDT 2006


Arve Knudsen wrote at 2006-4-25 17:32 +0300:
> ...
>How should I ensure local  
>ownership of objects from the ClientStorage, by deep copying them?

The ZODB does not have any "ownership" concept.

Zope, on the other hand has two: executable ownership
and "local role" ownership.

  Executable ownership is usually changed by copying.
  "Local role" ownership is not. If you need a "Local role"
  ownership change, you must do it explicitely -- and recursively.


-- 
Dieter


More information about the ZODB-Dev mailing list