Re: file reading/writing over 2 gig
Re: file reading/writing over 2 gig
- Subject: Re: file reading/writing over 2 gig
- From: Brian Willoughby <email@hidden>
- Date: Mon, 13 Aug 2007 01:42:08 -0700
Is all of Cocoa limited? ... or just AppKit? Seems like Foundation
could be made 64-bit more easily than AppKit.
Sorry, I use lseek() over NSData for the large files.
Brian Willoughby
Sound Consulting
On Aug 12, 2007, at 23:55, Jaime Magiera wrote:
On Aug 12, 2007, at 2:04 PM, Alastair Houghton wrote:
No, you're limited by the amount of address space in a 32-bit
process, whether you use NSData or not.
It was mentioned that NSData, as part of Cocoa, is not 64-bit yet.
However, Posix is on 64-bit machines. Wouldn't that mean that fread
(), rwrite(), would have larger space to access on those machines?
Larger than NSData?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden