Answer Posted / guest
A context switch is the action of switching a CPU between
executing one thread and another (or transferring control
between them). This may involve crossing one or more
protection boundary.
Is This Answer Correct ? | 19 Yes | 14 No |
Post New Answer View All Answers
Explain the different kinds of threads?
Explain what are threads?
What is the working set of a process?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
List the system calls used for process management?
Explain what is protection boundary?
explain about the initial process sequence while the system boots up?
What is the window of the working set of a process?
Explain what is critical section?
Explain what is scheduling?
Explain what are the main families of threads?
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?
How to work unix commands on windows xp without installing unix o/s in pc?
What is protection boundary?
Tell me when should we use thread-safe "_r" library calls?