Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

difference between preemptive scheduling and time slicing

Thu Nov 06, 2008 4:41 pm

What is the difference between preemptive scheduling and time slicing?



Re: difference between preemptive scheduling and time slicing

Thu Nov 06, 2008 4:42 pm

Under preemptive scheduling, the highest priority task executes until it enters the waiting or dead states or a higher priority task comes into existence. Under 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.

Post a reply
  Related Posts  to : difference between preemptive scheduling and time slicing
 get time difference between to mouse-clicks-double clicks     -  
 Shortest Job First Preemptive algorithm     -  
 source code for SJF and priority for both preemptive C#     -  
 in CPU scheduling     -  
 task's priority and how is it used in scheduling?     -  
 cpu priority scheduling in java---codes please..     -  
 difference between the >> and >>> operators     -  
 difference between the String and StringBuffer     -  
 difference between upcasting and downcasting     -  
 difference between a Window and a Frame     -