Saturday, June 7, 2008

What is the difference between time slicing and preemptive scheduling ?

In preemptive scheduling, highest priority task continues execution till it enters a not running state or a higher priority task comes into existence. In time slicing, the task continues its execution for a predefined period of time and reenters the pool of ready tasks.

No comments: