Process Scheduling Version 0 |
|
👤 Author: by 1940088381qqcom 2017-03-22 11:35:22 |
Introduction
Introduction
If you look at any process you’ll notice that it spends some time executing instructions (computing) and then makes some I/O request for example to read or write data to a file or to get input from a user. After that it executes more instructions and then again waits on I/O. The period of computation between I/O requests is called the CPU burst.
CPU bursts
CPU bursts
Interactive processes spend more time waiting for I/O and generally experience short CPU bursts