Answer Posted / avinaba biswas
Scheduling is a key concept in computer multitasking,
multiprocessing operating system and real-time operating
system designs. Scheduling refers to the way processes are
assigned to run on the available CPUs, since there are
typically many more processes running than there are
available CPUs. This assignment is carried out by softwares
known as a scheduler and dispatcher.
The scheduler is concerned mainly with:
* Throughput - number of processes that complete their
execution per time unit.
* Latency, specifically
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the window of the working set of a process?
How would you kill a process?
Tell me when should we use thread-safe "_r" library calls?
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?
Explain what are threads?
Explain what is critical section?
Explain the different kinds of threads?
Explain critical section?
Explain what is protection boundary?
How to work unix commands on windows xp without installing unix o/s in pc?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
List the system calls used for process management?
What is the working set of a process?
Explain the performance differences between user-space threads and kernel-supported threads.?