You may want to look at Shane's APE -- http://hathaway.freezope.org/ On Fri, 23 Jan 2004, Heimo Laukkanen wrote:
Message: 36 Date: Fri, 23 Jan 2004 16:00:28 +0100 From: "WebMaster@solari.it" <webmaster@solari.it> Subject: [Zope] ZODB limits To: zope@zope.org Message-ID: <4011370C.1090905@solari.it> Content-Type: text/plain; charset=us-ascii; format=flowed Is somebody aware of **fully-tested, real-world** applications with multi-GB storage or, in other words, should I stay with ZODB or search for alternatives?
Well Zope corporation has experience of tens gigabytes of data in FileStorage ( Data.fs ) in ZEO enviroment, so that shouldn't be the main issue. Larger issue is how fast your system will be for uplaoding and downloading the data from ZODB. Zope sucks big rocks in handling big files, so that might bring your system down or force you to bring in more machines into cluster - or move storing and serving large files outside ZODB.
-- -huima
_______________________________________________ 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 )