What is the JVM Scheduling algorithm ?
- by IHawk
Hello !
I am really curious about how does the JVM work with threads !
In my searches in internet, I found some material about RTSJ, but I don't know if it's the right directions for my answers.
I also found this topic in sun's forums,
http://forums.sun.com/thread.jspa?forumID=513&threadID=472453,
but that's not satisfatory.
Can someone give me some directions, material, articles or suggestion about the JVM scheduling algorithm ?
I am also looking for information about the default configurations of Java threads in the scheduler, like 'how long does it take for every thread' in case of time-slicing. And this stuff.
I would appreciate any help !
Thank you !