[ZODB-Dev] ZEO Newbie Question

Chris Bainbridge chris.bainbridge at gmail.com
Tue Feb 19 05:39:03 EST 2008


On 18/02/2008, Kenneth Miller <xkenneth at gmail.com> wrote:
> So i've got my ZEO Server running with two zeo clients. One client is
> pouring data into the DB, and the other is looking for it to do something
> with it. The problem I'm having is that the second client can't see changes
> to the DB after it initially established it's connection. For example, If i
> connect the first client and populate some data, I can then tell the second
> client to connect and I'm able to see the data, but once the second client
> is running, it can't see any more changes made by the first client. Do I
> have to tell it to refresh manually?
>
> Regards,
> Kenneth Miller

Call connection.sync() or transaction.begin() at the point where you
want the updates to become visible.


More information about the ZODB-Dev mailing list