summaryrefslogtreecommitdiffstats
path: root/spec-glossary/glossary/scheduler.yml
blob: db1814732db66aac5659ad9da9369722293e994b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 1988, 1998 On-Line Applications Research Corporation (OAR)
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: ../glossary-general
term: scheduler
text: |
  A scheduler or scheduling algorithm allocates processors to a subset of
  its set of ready tasks.  So it manages access to the processor resource.
  Various algorithms exist to choose the tasks allowed to use a processor
  out of the set of ready tasks.  One method is to assign each task a
  priority number and assign the tasks with the lowest priority number to
  one processor of the set of processors owned by a scheduler instance.
type: glossary