- Suppose a processor has the
capability of processing
M
units of work per sec.
- If there is
only one job ,
then this job is worked on by the processor
at
a speed of M units/sec
- On the other hand, if there is
two jobs available,
then
both jobs are worked on simultaneously
by the processor at a
speed of M/2 units/sec
- And if there is
three jobs available,
then
all 3 jobs are worked on simultaneously
by the processor at a
speed of M/3 units/sec
- And so on...
|