Answer Posted / guest
Scheduling involves deciding what thread should execute
next on a particular CPU. It is usually also taken as
involving the context switch to that thread.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How would you kill a process?
What is the window of the working set of a process?
Tell me when should we use thread-safe "_r" library calls?
How to work unix commands on windows xp without installing unix o/s in pc?
What is protection boundary?
Explain what are threads?
Explain what is protection boundary?
Explain similarities between thread and process?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain what is scheduling?
explain about the initial process sequence while the system boots up?
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?
What is the working set of a process?
Explain the architectural differences between user-space threads, and kernel-supported threads?
Explain critical section?