• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
noCacheMask not working on iDisk?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: noCacheMask not working on iDisk?
      • From: Mike Shields <email@hidden>
  • Prev by Date: Strange problem showing a window
  • Next by Date: Re: Authorisation framework problems
  • Previous by thread: Re: Strange problem showing a window
  • Next by thread: Re: noCacheMask not working on iDisk?
  • Index(es):
    • Date
    • Thread