23 Jan
2003
23 Jan
'03
10:28 p.m.
Chris Muldrow wrote at 2003-1-22 09:23 -0500:
On 1/22/03 5:31 AM, "Dario Lopez-Kästen" <dario@ita.chalmers.se> wrote:
will LocalFS work with ZEO? 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. ... or make the folder accessible through NFS (or another file sharing protocol) for all ZEO clients (Zope instances) under the same path.
Dieter