You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted from "PsiQ"
Beispiel:
Du machst nichts am pc,
und der fängt plötzlich an loszurödeln?
Festplatte etc flackert..
DAS ist Leerlauf.-kein Virus
Dann arbeitet windows seinen kram auf,dies und das sortieren, datei inhaltsverzecihnis für die suche erstellen etc pp.
Das ist der "Leerlauf" :-)
Quoted
Idle threads -- one per CPU
- When no threads want to run, Idle thread “runs”
- Not a real priority level - appears to have priority zero, but actually runs “below” priority 0
- Provides CPU idle time accounting (unused clock ticks are charged to the idle thread)
Loop:
- Calls HAL to allow for power management
- Processes DPC list
- Dispatches to a thread if selected
Server 2003: in certain cases, scans per-CPU ready queues for next thread
-