Results 1 to 4 of 4

Thread: Help me please

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    5

    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 ?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Help me please

    Moved from Java CodeBank.

  3. #3
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: Help me please

    Quote 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?

  4. #4
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    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
  •  



Click Here to Expand Forum to Full Width