[ZODB-Dev] ClientStorage.sync
Jim Fulton
jim at zope.com
Wed Jan 9 17:19:34 EST 2008
On Jan 9, 2008, at 9:56 AM, Thomas Lotze wrote:
> In the current ZODB, the ZEO ClientStorage has a method syn which is
> not
> described by any of the ZODB's interfaces. It does nothing, and other
> storages don't have that method at all. OTOH, the only place it is
> invoked
> seems to be in Connection code that is not specific to the
> ClientStorage
> and has to test for the existence of the sync method first.
>
> - Is this method really needed?
No. It *was* needed for ZEO before 3.7. It isn't needed now and
hopefully won't be needed in the future.
Jim
--
Jim Fulton
Zope Corporation
More information about the ZODB-Dev
mailing list