Timing control of Round robin animation java algorithm.

Asked By 50 points N/A Posted on -
qa-featured

We know that switching from one process to another for round robin animation java algorithm requires a certain amount of time for doing the administration' saving and loading registers and memory is there any better way to reduce the time?

 
SHARE
Answered By 0 points N/A #184076

Timing control of Round robin animation java algorithm.

qa-featured

Hello Jeremy,

The issue you have raised has always been a topic of debate.

Unfortunately, there no such method or alternate way to reduce the amount of time consumed between process switching in Round-Robin algorithm, this is the way this algorithm goes.

The only option may be to use another algorithm competitive enough to challenge Round-Robin algorithm in terms of turnaround time and memory utilization.

Related Questions