Mode switch among threads
Tell reasons why a Mode switch among threads may be cheaper than a Mode switch among processes?
Expert
1. Reason – the control blocks for processes are bigger than for threads (store more state information), therefore the amount of information to move throughout the thread switching is less than for process context switching
2. Reason – the main reason is that the memory management is simpler for threads than for processes. Threads share their memory so throughout mode switching, memory information ought not to be exchanged/changed, pages & page tables do not have to be switched, etc. It makes the thread context switch much cheaper than for processes. In particular case of processes the memory pieces (pages) require to be exchanged, etc.
Explain the difference between Authoritative restore & Non-Authoritative restore?
What is Microsoft’s latest approach to the development of the presentation layer of an application? What advantages does Microsoft advertise for this approach?
Normal 0 false false
If an LED is used to excite a single mode fiber, describe the coupling of light to the fiber? You can use equations, MATLAB, and so on. if required.
Differentiate between Compiler and Interpreter? Interpreter reads one instruction at a time and brings the actions implied by that instruction. This does not execute any translation. Howev
18,76,764
1944691 Asked
3,689
Active Tutors
1416522
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!