[Zope] LocalFS and ZEO
Dieter Maurer
dieter@handshake.de
Thu, 23 Jan 2003 23:28:34 +0100
Chris Muldrow wrote at 2003-1-22 09:23 -0500:
> On 1/22/03 5:31 AM, "Dario Lopez-K=E4sten" <dario@ita.chalmers.se> wro=
te:
> > will LocalFS work with ZEO?
> The trick with LocalFS and ZEO is that LocalFS looks at the local file=
system
> of the client Zope, not of the ZEO server, so if you're using a
> multiple-machine setup, you need to synchronize identical folders on a=
ll of
> your machines housing Zope clients. We just cron an rsync process to s=
ync
> the folders to each other.
... or make the folder accessible through NFS (or another file sharing
protocol) for all ZEO clients (Zope instances) under the same path.
Dieter