Hi zope list, I am installing a server with Zope2.7.3 and Python2.3.4, all from source. The Data.fs might get larger than 2Gb in a few months. Do I need to pass the large files compilation parameter when I install python 2.3.4, or it's not necessary anymore ? Thx in advance, -- David Convent
Hi David, if you expect to get a big Data.fs because of a lots of upload of files and images, try the ExtFile zope product: http://www.zope.org/Members/MacGregor/ExtFile Regards, Michele On 16.12.2004, at 10:04, David Convent wrote:
Hi zope list,
I am installing a server with Zope2.7.3 and Python2.3.4, all from source. The Data.fs might get larger than 2Gb in a few months. Do I need to pass the large files compilation parameter when I install python 2.3.4, or it's not necessary anymore ?
Thx in advance,
-- David Convent
_______________________________________________ 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 )
-- Michele Marcionelli - webmaster@math - Phone: +41 1 632 6193 Address: HG G 14 - Raemistrasse 101 - 8092 Zürich - Switzerland
Please use the up-to-date version of ExtFile. MacGregor's version has been abandoned at least 3 years ago. http://zope.org/Members/shh/ExtFile Stefan On 16. Dez 2004, at 10:09, Michele Marcionelli wrote:
if you expect to get a big Data.fs because of a lots of upload of files and images, try the ExtFile zope product:
-- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
David Convent wrote:
Hi zope list,
I am installing a server with Zope2.7.3 and Python2.3.4, all from source. The Data.fs might get larger than 2Gb in a few months. Do I need to pass the large files compilation parameter when I install python 2.3.4, or it's not necessary anymore ?
You shouldn't need to pass that parameter on any "modern" OS. Here is how to test whether Python has largefile support: $ /path/to/bin/python /path/to/lib/python2.3/test/test_largefile.py If you see no errors in the output, you are golden. Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
participants (4)
-
David Convent -
Michele Marcionelli -
Stefan H. Holek -
Tres Seaver