First page Back Continue Last page Graphics
RR with Interrupts disadvantages
More complicated than Round-Robin
Context problems can occur
- saving and restoring context inside interrupts routines becomes necessary when number of registers/resources is small.
Shared data problems
- Debugging becomes more complicated.
Same latency/priority issues causing (A,C,B,C) still exist.