ZEO/wxPython

Troy Melhase troy at gci.net
Wed Jan 22 03:58:41 EST 2003


Mike:

No, I'm not calling sync() at all.  In my case, I have a rather large 
data set that is in constant flux -- I only commit it to ZEO once in a 
while.  If you need to see the changes made by other ZEO clients, you 
should probably try Jeremy's approach first.

Good luck again,
troy


Mike Thompson wrote:

> "Troy Melhase"  wrote in message
> news:v2rc11pjt9bn3e at corp.supernews.com...
>
> >When you say "a ZEO client using wxPython" I assume you mean that you 
> want a
> >wx app that uses ZEO to load and save data.  If that assumption isn't
> >correct, please let me know.
>
>
> Yep, that's it. A wxPython application using ZEO to serve its ZODB 
> database.
>
>
> >That said, I have a wxPython app that uses ZEO, and haven't had any
> >problems.  The only issue I've encountered is high CPU utilization when
> >saving lots of data via ZEO.  I'm pretty sure that behavior is 
> specific to
> >my applications data and the methods I use to store them.
>
>
> Did you "call the ClientStorage's sync() method periodically"  as 
> suggested by
> Jeremy elsewhere in this thread?  Any issues with this?
>
> -Mike.
>
>





More information about the Python-list mailing list