Welcome to Softech
We Hope you get knowledge from here.
Science is mother of Nature
So try to help Nature by Technology
Here you get
All the stuff that you want and we also provide you The things that you want
So
Stay with us
Give us
Your feedback
Tuesday, 12 January 2016
Wednesday, 6 January 2016
CPU Scheduling Tutorials
CPU Scheduling
• General rule
— keep the CPU busy; an idle CPU is a
wasted CPU
• Major source of CPU idleness: I/O (or waiting for it)
• Many programs have a characteristic CPU–I/O burst
cycle
— alternating phases of CPU activity and I/O
inactivity
CPU-bound programs have fewer, longer CPU bursts
I/O-bound programs have more, shorter CPU bursts