First page Back Continue Last page Graphics
Disadvantages
Latency for low priority tasks can increase.
Low priority tasks can actually starve
Queuing algorithm may be complex/costly to run/code.
If a low priority follow-up task is very time consuming the latency for higher priority response times will suffer.
- Once you start processing C you must wait for completion before any other task will get attention.