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

task's priority and how is it used in scheduling?

Thu Nov 06, 2008 9:59 pm

What is a task's priority and how is it used in scheduling?



Re: task's priority and how is it used in scheduling?

Thu Nov 06, 2008 10:00 pm

A task's priority is an integer value that identifies the relative order in which it should be executed with respect to other tasks. The scheduler attempts to schedule higher priority tasks before lower priority tasks.

Post a reply
  Related Posts  to : task's priority and how is it used in scheduling?
 cpu priority scheduling in java---codes please..     -  
 in CPU scheduling     -  
 difference between preemptive scheduling and time slicing     -  
 CPU priority algorithm...     -  
 priority queue     -  
 source code for SJF and priority for both preemptive C#     -  
 Implementation of FCFS, SJFS, Round Robin and priority algo     -