[Zope] LocalFS and ZEO
Dario Lopez-Kästen
dario@ita.chalmers.se
Wed, 22 Jan 2003 18:33:07 +0100
----- Original Message -----
From: "Chris Muldrow" <muldrow@mac.com>
> The trick with LocalFS and ZEO is that LocalFS looks at the local
filesystem
> 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 all
of
> your machines housing Zope clients. We just cron an rsync process to sync
> the folders to each other.
thanks - that was what I suspected. Thank you also for the hint on how to do
it.
/dario