On 18/02/2008, Kenneth Miller <[EMAIL PROTECTED]> 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.
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to