6 Jan
2005
6 Jan
'05
7:02 p.m.
Pascal Peregrina wrote at 2005-1-6 17:23 +0100:
I am using Zope 2.7.3 with this configuration : + a ZEO instance with one ZODB + a Zope instance with Read/Write connections to the whole ZEO ZODB + several Zope instances with Read Only connections to one folder of the ZEO ZODB (+ a small local ZODB for the root folder, that never changes)
It looks like some object changes (specially objects located in CMF portal_skins subfolders), are not always "seen" from one connection to another (either on the Zope instance where the changes were made or any other Zope instance).
Maybe, a bug with "read only" connections? Try to switch to all "read/write" connections and see whether the problem disappears. -- Dieter