龚城师 发表于 2013-8-16 16:50:19

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

陈西 发表于 2013-8-16 16:55:14

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?