looking for 2.1.3 Windows binary with large file support

Tim Peters tim.one at comcast.net
Tue Nov 25 17:51:31 EST 2003


>> Sorry, no version of Python 2.1 exists that supports large files on
>> Windows.

[Mathew]
> Holy crud. That means my Plone Data.fs file is dead since its over 2
> Gigs in size. Hmmmmmm. Not good.

You should take this to a Zope mailing list -- few people on c.l.py will
know anything about this.

Toby Dickenson's DirectoryStorage stores one object per file, and Shane
Hathaway's PartitionedFileStorage spreads a large "virtual" Data.fs file
over multiple physical files.  Either can be used to overcome OS and Python
limitations on file size.  If you're going to stick with the combination of
Python 2.1 and Windows, you really have no other choices if you need such a
large database file.  If I were you, I'd try moving to Python 2.3.2 first,
along with the most recent Zope 2.7 beta release.

At least use Python 2.3.2 and a current ZODB release to pack your Data.fs
file until it's under 2GB again.  Then it will be easier to switch to a
different storage.  But, again, ask about this stuff on a Zope list (if you
want to make progress <wink>).






More information about the Python-list mailing list