• 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
Re: AudioFile.h and FSRef??
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AudioFile.h and FSRef??


  • Subject: Re: AudioFile.h and FSRef??
  • From: David Duncan <email@hidden>
  • Date: Thu, 19 Sep 2002 19:36:52 -0400

On Thursday, September 19, 2002, at 06:57 PM, Herbie Robinson wrote:

It would be nice if there were umbrella frameworks that pulled in non-UI portions (things like Carbon file services) without all the UI support. All those extra headers must slow down compiles something wicked...

CoreServices.framework among others are umbrella frameworks that contain non-UI parts of the OS.

The other thing to point out about the Carbon file system UI is that is allows for asynchronous I/O. AFIK, nothing else does.... This means that a multi-tracking application can do all the disk I/O from one thread.

It simply exposes such an API - behind the scenes asynch IO calls actually create a thread and do a blocking call, then call you back when it's done. You'll definitely get better performance doing the threading yourself

--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.

David Duncan
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: AudioFile.h and FSRef?? (From: Herbie Robinson <email@hidden>)

  • Prev by Date: Re: AudioFile.h and FSRef??
  • Next by Date: Re: how to tell if you can change a data source under program control
  • Previous by thread: Re: AudioFile.h and FSRef??
  • Next by thread: Re: AudioFile.h and FSRef??
  • Index(es):
    • Date
    • Thread