On 1/22/03 5:31 AM, "Dario Lopez-Kästen" <dario@ita.chalmers.se> wrote:
hello, I have searched google but cannot find any definitve answers to this question:
will LocalFS work with ZEO?
Thank you,
/dario
- -------------------------------------------------------------------- Dario Lopez-Kästen, dario@ita.chalmers.se IT Systems & Services System Developer/System Administrator Chalmers University of Tech.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
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.