Damjan <[EMAIL PROTECTED]> writes:

>I wouldn't use Zope as file storage. The ZODB is inefficient for storing big
>files.

It sounds like you're describing Zope FileStorage.  There are
certainly other options for Zope storage.  I still use
DirectoryStorage sometimes but Zope Local File System
        http://sourceforge.net/projects/localfs
or ZFSPath
        http://www.zope.org/Members/asterisk/ZFSPath/
might be more appropriate for this.

--kyler
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to