Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is an idle thread?

Answers were Sorted based on User's Feedback



What is an idle thread?..

Answer / guest

The special thread a dispatcher will execute when no ready
thread is found.

Is This Answer Correct ?    14 Yes 6 No

What is an idle thread?..

Answer / 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

More Operating Systems General Concepts Interview Questions

What is Thrashing?

19 Answers   IBM, Wipro,


why is the context switch overhead of a user-level threading as compared to the overhead for processes? Explain.

0 Answers  


What are the states associated with the thread?

0 Answers  


Explain briefly about loader and its functioning?

0 Answers  


Why is mapping required? Computer 'Paging' & 'Segmentation'.

2 Answers  


Difference between static and dynamic RAM?

23 Answers   HCL,


What is authentication in operating system?

0 Answers  


Can you move program files from c to d?

0 Answers  


Explain how a TP Monitor manages memory and processor resources more effectively than a typical operating system.

0 Answers  


Why is interrupt vector used in operating systems?

0 Answers  


How does a memory leak work?

0 Answers  


What is the trtw/trwt timing?

0 Answers  


Categories