Tim Hoffman writes: > In some of the overview documents discussing ZEO, there is reference > to a ZEO client potentially mounted a ZSS in read only mode. (I want > to have some ZEO's in read/write as well) When you start Zope with the "-R" option (I think, look at "z2.py"!), it is in read-only mode.
> I have been trying to work out how this might be achieved > but have pretty much drawn a blank, has anyone done this I > have any idea how I might go about doing such a thing. There is a patch at <http://www.dieter.handshake.de/pyprojects/zope> which allows Zope to be started with a read only storage. Maybe, you can adapt it for ZEO. Dieter _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
