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 are the differences between Real Time Operating System (RTOS) and General Purpose Operating Systems (GPOS)?
What are the different phases of compiler? What happens in lexical phase?
What is normal operating system?
What are the four necessary and sufficient conditions behind the deadlock?
How long does it take to run chkdsk?
Can anybody send me Excel tips and improtant formul...... please.
Can you move programs from c drive to d?
What is a flash memory?
Briefly explain FCFS.
What is sdram?
What is the difference between internal commands and external commands?
What are the four common types of files?
Can you tell me the difference between semaphore and mutex.
What is a Real Time Operating System? Elaborate.
What are the different synchronization mechanisms?