summaryrefslogtreecommitdiff
path: root/spec/glos/term/scheduler.yml
blob: d3ee1fb0a0759c877341c3e2a65779782d10c23c (plain)
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: []
glossary-term: scheduler
glossary-type: term
links:
- role: null
  uid: ../general
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