What is the difference between preemptive scheduling and time slicing?
1876
26-Aug-2014
Sumit Kesarwani
26-Aug-2014Under time slicing, a task executes for a predefined slice of time and then reenters the pool of ready tasks. The scheduler then determines which task should execute next, based on priority and other factors.