Re: [Q] large flat files usage
Re: [Q] large flat files usage
- Subject: Re: [Q] large flat files usage
- From: Georg Tuparev <email@hidden>
- Date: Thu, 20 Jun 2002 10:15:14 +0200
There is one caveat though - the file is not locked as VM files are, and
bad thinks might happen if the user start messing with it while the file
being still opened. Although documented, this probably should join the
bug list.
cheers
gt
On Thursday, June 20, 2002, at 03:01 , Douglas Davidson wrote:
I'm guessing:
- (void)getBytes:(void *)buffer range:(NSRange)range
No, just use -[NSData bytes] and look at the contents of the file
directly.
will be my friend? If I understand correctly, the file gets mapped to
VM
space, but pages are only copied to physical memory frames on-demand?
Yes, that's right.
Georg Tuparev
Tuparev Technologies
Klipper 13
1186 VR Amstelveen
The Netherlands
Mobile: +31-6-55798196
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.