RE: [Zope] ExternalFile and ZEO
Or consider Intermezzo or similar fs if you are using Linux. A network-replicated distributed filesytem mechanism that replicates copies of files to each cluster node would likely work for these purposes, without the need to write any code to glue/map it together (and it would eliminate the NFS latency and single-point-of-failure - which could, in theory, freeze up your Zope instance by tying up each thread if your NFS server goes down). Sean -----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com] Sent: Wednesday, March 19, 2003 8:37 AM To: Thierry FLORAC Cc: zope@zope.org Subject: Re: [Zope] ExternalFile and ZEO Thierry FLORAC wrote:
Hi,
I currently use ExternalFiles to store files of my Zope site. My question is : what is the best way to use ExternalFiles in a ZEO environment ???
Look at AdaptableStorage :-) cheers, Chris _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
sean.upton@uniontrib.com