mod_python web-dav management system

Kyler Laird Kyler at news.Lairds.org
Wed Apr 19 09:17:07 EDT 2006


Damjan <gdamjan at gmail.com> 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



More information about the Python-list mailing list