Answer Posted / subhodip ghosh
In Windows NT operating systems, the System Idle Process
contains one or more kernel threads which run when no other
runnable thread can be scheduled on a CPU. For example,
there may be no runnable thread in the system, or all
runnable threads are already running on a different CPU. In
a multiprocessor system, there is one idle thread associated
with each CPU.
The primary purpose of the idle process and its threads is
to eliminate what would otherwise be a special case in the
scheduler. Without the idle threads, there could be cases
when no threads were runnable, or "Ready" in terms of
Windows scheduling states. Since the idle threads are always
in a Ready state (if not already Running), this can never
happen. Thus whenever the scheduler is called due to the
current thread leaving the CPU, it can always find another
thread to run on that CPU, even if it is only the CPU's idle
thread.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is sdram?
What are the types of files?
Explain the refresh operation in a dynamic ram?
Explain how a copying garbage collector works. How can it be implemented using semispaces?
Explain a drawback of mvt?
What is a 64 bit operating system?
What is a full form of ok?
Define page fault interrupt?
When would you choose Top-down methodology?
Explain how a TP Monitor manages memory and processor resources more effectively than a typical operating system.
How is the total memory on a ram stick calculated?
Differentiate between Multiprocessing, Mutliprogramming and Multithreading.
Explain a heavy weight process?
How long does chkdsk take to run?
Define max, min heap and search time of heap.