22 Jan
2003
22 Jan
'03
5:33 p.m.
----- 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