Answer Posted / al hinai
A context switch is the computing process of saving and
restoring the state (context) of a CPU such that multiple
processes can share a single CPU resource. The context
switch is an essential feature of a multitasking operating
system.
Context switches are usually time consuming and much of the
design of operating systems is to minimize the time of
context switches.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain what is scheduling?
Explain what is critical section?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain what are the main families of threads?
Explain the architectural differences between user-space threads, and kernel-supported threads?
Explain critical section?
Explain what is protection boundary?
How to work unix commands on windows xp without installing unix o/s in pc?
What is the window of the working set of a process?
If your server is running on Unix and one of the sessions are keep on running without loading any data. how would you kill it?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
Tell me when should we use thread-safe "_r" library calls?
How would you kill a process?
Explain similarities between thread and process?
What is the working set of a process?