What is the JVM Scheduling algorithm ?

Posted by IHawk on Stack Overflow See other posts from Stack Overflow or by IHawk
Published on 2010-05-12T03:50:44Z Indexed on 2010/05/12 6:54 UTC
Read the original article Hit count: 243

Filed under:
|
|
|
|

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 !

© Stack Overflow or respective owner

Related posts about java

Related posts about jvm