List scheduling

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

The basic idea of list scheduling is to make an ordered list of processes by assigning them some priorities, and then repeatedly execute the following two steps until a valid schedule is obtained :

  • Select from the list, the process with the highest priority for scheduling.
  • Select a resource to accommodate this process.
  • If no resource can be found, we select the next process in the list.

The priorities are determined statically before scheduling process begins. The first step chooses the process with the highest priority, the second step selects the best possible resource. Some known list scheduling strategies are :

[1]

References

  1. Lua error in package.lua at line 80: module 'strict' not found.