noCacheMask not working on iDisk?
noCacheMask not working on iDisk?
- Subject: noCacheMask not working on iDisk?
- From: Steve Gehrman <email@hidden>
- Date: Fri, 7 Feb 2003 02:12:44 -0800
I'm writing a file to an iDisk mounted with webdav.
I'm making multiple calls in a loop using...
osErr = FSWriteFork(destRef, fsAtMark + noCacheMask, 0,
bytesToWriteThisTime, copyParams->copyBuffer, NULL);
but the data doesn't get sent over the internet until I close the
fork...
osErr2 = FSCloseFork(sourceRef);
Isn't noCacheMask suppose to force the write to happen right away
rather than having it cached until the fork is closed?
Thanks,
-steve
_______________________________________________
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.