[Zope-dev] Read only ZEO
Dieter Maurer
dieter@handshake.de
Mon, 1 Oct 2001 00:00:12 +0200 (CEST)
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