[ZODB-Dev] I need disconnected mode functionality, but i get ClientDisconnected exception

2006-01-30 Thread Mihai Ilinca
Hi. I want to have a ClientStorage that would work in both connected and disconnected (to zeo-server) mode. When zeo-server is not up (or reachable), I would like ClientStorage to use a local cache. Is that possible with ZEO? Right now I instanciate ClientStorage with ClientStorage(

Re: [ZODB-Dev] ZEO.ClientStorage replication: invalidations don't work

2006-01-30 Thread Mihai Ilinca
Thanks for your help, I fixed it. Basicaly, now each read/write operation _starts_ with transaction.commit() to ensure processing of invalidation messages. It works fine. I am using ZODB 3.4 . I'm still upset about that ClientDisconnected exception, but I will address the issue in a new thread.

[ZODB-Dev] ZEO.ClientStorage replication: invalidations don't work

2006-01-26 Thread Mihai Ilinca
Hi. I am trying to have a ZODB.DB accessible from remote locations trough ZEO.ClientStorage . I want the remote clients to also be able to work disconnected (by enabling ClientStorage's local caching). The problem is that changes made in one place do not show up in any other places (trough the