What is a task's priority and how is it used in scheduling?The priority of a task is an integer value. This is identified for relative order of execution with respect to other tasks. Scheduling is the order of execution of the tasks and controlled by the scheduler. The tasks with higher priority are attempted first than the lower priority tasks, by the scheduler.What is a task's priority and how is it used in scheduling?A priority is an integer value. Based on this priority the scheduler determines when to execute a task.
|