Click to See Complete Forum and Search --> : Help me please


YumYum
07-19-2005, 08:34 AM
Hi guys :

It's the first time for me to participate here. I'm really in trouble. Would anybody tell me what is the java code to set operating system scheduling to round robin instead of nonpree-emptive scheduling?

Thanks alot. :(

nspils
07-19-2005, 11:16 AM
Sounds like a JVM (java virtual machine) issue. In the design of the language, it is the JVM which talks to the OS, not a Java program. You're asking the OS to change itself - Java doesn't know how to do that, while a JVM might. Take a look at the JVM switches available for your OS.