[ZODB-Dev] ZEO + zodb: syncing required to keep multiple connections consistent?

Dieter Maurer dieter at handshake.de
Thu Mar 2 13:45:21 EST 2006


Jason Bernardo wrote at 2006-3-2 11:50 -0500:
>I'm trying to understand just how ZEO/zodb should work when there are
>two connections open to the *same* database at the *same time* and one
>connection updates an object in the database. If an object in the
>database is modified from one of the connections, that modification is
>*not* propogated to the second connection, unless a .sync() is performed
>on the connection itself (or the connection is closed/reopened).

Or you run the "asyncore" main loop in a separate thread (recommended).

-- 
Dieter


More information about the ZODB-Dev mailing list