what is the difference between preemptive


What is the difference between preemptive scheduling and time slicing?

Under preemptive scheduling, the highest priority task executes unless it enters the waiting or dead states or a higher priority task comes into existence.

Under time slicing, a task implements 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.

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: what is the difference between preemptive
Reference No:- TGS0310994

Expected delivery within 24 Hours