Explain how scheduling and priority works in threads?
Answer / Ankur Mittal
Scheduling in threads refers to deciding which thread will be executed next. In Windows, the operating system uses a round-robin scheduling algorithm by default for user mode threads. Priority is used to determine the order in which threads are executed when multiple threads are ready to run. Higher priority threads are more likely to get CPU time before lower priority ones.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to share printer through ftp(fire transfer protocol)?
explain readers-writers problem?
Explain which protocol is working behind dhcp server? And what exactly dora does?
what are the different types of codes in thread in windows os?
How to stop a thread?
Too many times when I click on a sentence a caption comes on Grr a pop up blocker maybe blockiing--however I have pushed the turn off pop up blocker. This only happens on google it does not happen on att.net
when we browse internet system getting 500 error how will you solve the problem ?
Where is taskkill located?
Explain thread.sleep?
How do we create threads?
Explain what is windows daemon?
What is thread safety? How do you achieve it?