Re: Problem with XP scheduler?
- From: tanix@xxxxxxxxx (tanix)
- Date: Tue, 29 Dec 2009 08:09:15 GMT
In article <uv4jj555v1pdnvb08m63mcmqvg5lpa560g@xxxxxxx>, Tim Roberts <timr@xxxxxxxxx> wrote:
Grzegorz Wróbel </dev/null@xxxxxxxxxxxxxxxxxxxxx> wrote:
Tim Roberts wrote:
Get real. A software problem cannot cause your machine to lock up so hard
that even mouse and keyboard stop.
Get rational. User mode app can lock up mouse and keyboard just by
starving system processes that manage mouse and keyboard input. On the
single CPU/core machines it was very common to happen. On the multi core
machines much less likely to happen "naturally", but still possible.
No. A user mode app can certainly prevent other user mode apps from
processing mouse and keyboard input, yes, but the mouse pointer keeps
moving, and pressing the caps lock key still toggles the caps lock
indicator. Stopping those requires the "assistance" of kernel code.
That's the whole point here.
Again, mouse is the highest priority anything in windows architecture
as far as anything physical is concerned, and it is ran by the kernel.
It could, or rather should, care less what app is doing what.
It was interesting to observe that I had task manager running to see
what happens when mouse freezes, and it was a shocker to see that
after mouse freezes, one of 4 cores was loaded 100% on firefox 3.5.5,
and 3 cores went to 100% load with ff 3.5.6.
BUT. The task manager kept updating the CPU history windows.
So the kernel WAS in fact running. It was not a crash.
--
Programmer's Goldmine collections:
http://preciseinfo.org
Tens of thousands of code examples and expert discussions on
C++, MFC, VC, ATL, STL, templates, Java, Python, Javascript,
organized by major topics of language, tools, methods, techniques.
.
- References:
- Problem with XP scheduler?
- From: tanix
- Re: Problem with XP scheduler?
- From: Tim Roberts
- Re: Problem with XP scheduler?
- From: Grzegorz Wróbel
- Re: Problem with XP scheduler?
- From: Tim Roberts
- Problem with XP scheduler?
- Prev by Date: Re: Problem with XP scheduler?
- Next by Date: Re: Problem with XP scheduler?
- Previous by thread: Re: Problem with XP scheduler?
- Next by thread: Re: Problem with XP scheduler?
- Index(es):
Relevant Pages
|