What is pre-emptive and non-preemptive scheduling?
Answer
Tasks are usually assigned with priorities. At times it is necessary
to run a certain task that has a higher priority before another task although
it is running. Therefore, the running task is interrupted for some time and
resumed later when the priority task has finished its execution. This is called
preemptive scheduling.
Eg: Round robin
In non-preemptive scheduling, a running task is executed till completion. It
cannot be interrupted.
Eg First In First Out
More operating system links
Explain
the basic functions of process management.
Answer - The basic functions of the OS wrt the process
management are :........
What
is a named pipe?
Answer - A connection used to transfer data between separate
processes, usually on separate computers. ........
What
is pre-emptive and non-preemptive scheduling?
Answer -
Tasks are usually assigned with priorities. At times it is necessary to run a
certain.........
|