Hi guys:
Would anybody tell me how to set operating system algorithm to round robin by java code? In another way, what is the code to change for example non-preemptive algorithm to round robin algorithm ? :confused:
Printable View
Hi guys:
Would anybody tell me how to set operating system algorithm to round robin by java code? In another way, what is the code to change for example non-preemptive algorithm to round robin algorithm ? :confused:
Moved from Java CodeBank.
Would you at least try?Quote:
Originally Posted by YumYum
If i am not mistaken non-preemptive is the same a round robin. Usually it is preeemptive with time slicing when two threads of the same priority which are the highest.