[Oracle interview]What is the difference between preemptive scheduling and time slicing?
Underpreemptive scheduling, the highest priority task executes until it enters thewaiting or dead states or a higher priority task comes into existence. Undertime slicing, a task executes for a predefined slice of time and thenreenters the pool of ready tasks. The scheduler then determines which taskshould execute next, based on priority and other factors.
页:
[1]