Fair Scheduling
Jump to navigation
Jump to search
Internal
Overview
Fair scheduling is distributing the load between all available processors. Assuming there are n processors and x tasks to perform, x/n tasks are allocated to each processor.