According to Python.org, Python binaries starting from 2.2 are meant to be LargeFile enabled for win32. Does it mean Linux binaries don't? In any case, as we are already used to large disks, I'm among those who think that there's currently no use that Python keeps releasing non-LargeFile-enabled installers. Do you know why is this ? Ausum ----- Original Message ----- From: "Andreas Jung" <andreas@andreas-jung.com> To: "Chris Withers" <chrisw@nipltd.com>; <lsh@wo.cz> Cc: <zope@zope.org> Sent: Friday, September 06, 2002 11:07 AM Subject: Re: [Zope] 2Gig FS limit - announce
Largefile support is much better.
-aj ----- Original Message ----- From: "Chris Withers" <chrisw@nipltd.com> To: <lsh@wo.cz> Cc: <zope@zope.org> Sent: Friday, September 06, 2002 16:41 Subject: Re: [Zope] 2Gig FS limit - announce
DirectoryStorage is newer and better ;-)
Chris
Jaroslav Lukesh wrote:
Hi all,
Few weeks ago here somebody tell about complicated solution if data.fs exceeds 2G limit. Todays I was found prevency for that situation - PartitionedFileStorage
Little old, but may be usefull.
Regards JL.
------8<--------- Partitioned FileStorage
Created by hathawsh. Last modified on 2000/12/15.
This is a patch to FileStorage that splits Data.fs into multiple files (Data.fs.1, Data.fs.2, etc.) This allows Zope's database to grow beyond the file size limits imposed by either Python or the operating system.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )