View Single Post
  #1 (permalink)  
Old 04-13-2008, 09:15 PM
fun_indra fun_indra is offline
Member
 
Join Date: Apr 2008
Posts: 1
fun_indra is on a distinguished road
thread model in java6 jvm
what is the thread model used in the sun jvm for java 6?
are user threads mapped to unique kernel threads (1:1 model)
or are they multiplexed? (M:N model)?
is there some documentation about this?

tia
Reply With Quote
Sponsored Links