[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Max File Size

xkenneth

3/12/2008 3:08:00 AM

Is the max file size a relevant issue in python anymore? I know OS X
has a max file size of 8 exabytes and I'm not sure about the latest
version of Ubuntu. Does python have an independent file size limit, or
is it dependent upon the OS it was compiled on?

Regards,
Kenneth Miller
1 Answer

Diez B. Roggisch

3/12/2008 11:31:00 AM

0

xkenneth wrote:

> Is the max file size a relevant issue in python anymore? I know OS X
> has a max file size of 8 exabytes and I'm not sure about the latest
> version of Ubuntu. Does python have an independent file size limit, or
> is it dependent upon the OS it was compiled on?

The latter should be the case. E.g. ZODB can grow larger than 2GB.

Diez