Re: Hardware drivers (CD/DVD specifically) and anychrony
Re: Hardware drivers (CD/DVD specifically) and anychrony
- Subject: Re: Hardware drivers (CD/DVD specifically) and anychrony
- From: "Shawn Erickson" <email@hidden>
- Date: Fri, 24 Aug 2007 11:45:26 -0700
On 8/24/07, Jim Witte <email@hidden> wrote:
> Very simple (or perhaps not) question, which might be more
> appropriate for an IOKit list: Is there a technical reason why
> *certain* phases of the actions of hardware, ... cannot be
> performed synchronously, and thus not block the entire system?
I think you mean asynchronously in the above, anyway...
The system, as a whole, isn't stopping to spin up the disk, etc.. It
likely is upper level software (or a framework it depends on) sending
out a synchronous IO request for data that cannot be satisfied until
the disk is spun up and read. This blocks that thread until the IO
request is satisfied.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden