What is the scheduling algorithm used in the JVM?
By kugua577
@kugua577 (7)
China
3 responses
@mr_mlk (364)
•
9 Aug 08
Thread scheduling?
I am fairly sure that is passed directly to the OS. Each Java thread is a native thread.
Now the best place to double check this would be the VM specs, the opening paragraph (to me) confirms the above.
http://java.sun.com/docs/books/jvms/second_edition/html/Concepts.doc.html#33308