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.
[Dario Lopez-Kästen commented on 1/22/03 5:31 AM]
hello, I have searched google but cannot find any definitve answers to this question:
will LocalFS work with ZEO?
I used LFS for a short time with a ZEO setup. And it worked fine for me. <--> george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion Yahoo, AIM: zettainet - ICQ: 51907738 - e:george@zettai.net
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.
----- 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
Dario Lopez-Kästen wrote:
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.
You could always look at AdaptableStorage and ZEO. It should be possible to remove the need for rsynch and other nastiness... cheers, Chris
From: "Chris Withers" <chrisw@nipltd.com>
You could always look at AdaptableStorage and ZEO. It should be possible
to
remove the need for rsynch and other nastiness...
cheers,
Chris
Actually, it is on my To-Do-RSN agenda, but I have feared it's "Not Yet Production" ready status... nut I will definitely experiment with it - it has the potential of solving not only my deployment needs, but also my development and testing needs. /dario
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
participants (5)
-
Chris Muldrow -
Chris Withers -
Dario Lopez-Kästen -
Dieter Maurer -
george donnelly