CSC 504 - Lecture Series - Scheduling in Multiprocessor Systems
CSC 504 - Lecture Series - Scheduling in Multiprocessor Systems
Process Scheduling in
Multiprocessor systems
LECTURE SERIES
DR. OLADEJI F.A
SINGLE processor SCHEDULING
SCHEME
• FCFS, PRIORITY, SJF, SPJF, lifo,
• Waiting time, turnaround time, Gantt chart
Class interaction
Assignment of Processes to
Processors
• Static - Process is permanently assigned to a processor for the life
time of the process. Dedicated short-term queue maintained for each
processor. Less overhead in scheduling. Allows Group or Gang
scheduling. However, some processors could be idle.
• Dynamic - Processes reside on one Global queue & scheduled to
available processor.