Contents

Class ProcessorScheduler


Inheritance:

Object  »
  ProcessorScheduler

A single instance, named Processor, coordinates the use of the physical processor by all Processes requiring service.

In a system that is set up as a collection of cooperating processes, it is the responsibility of the processor scheduler to find ways to continue and to choose one of the found ways to continue. Process priorities are used in that choice, but most assumptions about how the scheduler has to choose the process to activate are simply wrong.

Instance Variables:

Important Instance Methods:


Contents