费庆龄 发表于 2013-8-16 16:27:45

[Oracle interview]What is the difference between preemptive scheduling and time slicing?

程旭媛 发表于 2013-8-16 16:33:31

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]
查看完整版本: [Oracle interview]What is the difference between preemptive scheduling and time slicing?