[Zope] LocalFS and ZEO
Chris Muldrow
muldrow@mac.com
Wed, 22 Jan 2003 09:23:12 -0500
On 1/22/03 5:31 AM, "Dario Lopez-K=E4sten" <dario@ita.chalmers.se> wrote:
> hello, I have searched google but cannot find any definitve answers to th=
is
> question:
>=20
> will LocalFS work with ZEO?
>=20
> Thank you,
>=20
> /dario
>=20
> - --------------------------------------------------------------------
> Dario Lopez-K=E4sten, dario@ita.chalmers.se IT Systems & Services
> System Developer/System Administrator Chalmers University of Tech.
>=20
>=20
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -=20
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>=20
The trick with LocalFS and ZEO is that LocalFS looks at the local filesyste=
m
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.