|
|
|
|
|
by jacquesm
2109 days ago
|
|
That's just another user process. So everything else will continue. You have to let go of your macro kernel mindset if you want to make sense of the timing in a micro kernel environment. Blocking threads is fine. Just make sure that you don't do that sort of stuff in your UI thread and you won't even realize there is such a thing as disk or network IO. Mouse, keyboard, screen. Those are the things that should run at high priority. Everything else can - quite literally - wait. |
|
I might add audio to this list.