|
-
Jul 17th, 2005, 08:31 AM
#1
Thread Starter
New Member
Help me please
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 ?
-
Jul 18th, 2005, 05:41 AM
#2
Re: Help me please
Moved from Java CodeBank.
-
Jul 18th, 2005, 08:37 AM
#3
Frenzied Member
Re: Help me please
 Originally Posted by YumYum
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 ? 
Would you at least try?
-
Jul 18th, 2005, 02:28 PM
#4
Dazed Member
Re: Help me please
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|