So in java 1.5
if a jvm is started as client on a machine with more than 1 cpus, will the java process just use 1 cpu?
I had the impression that client jvm uses only 1 cpu and that server jvm uses all the cpus... Is my understanding wrong?-
Printable View
So in java 1.5
if a jvm is started as client on a machine with more than 1 cpus, will the java process just use 1 cpu?
I had the impression that client jvm uses only 1 cpu and that server jvm uses all the cpus... Is my understanding wrong?-
I don't know why I was unable to find anything in the specs about this. But I know for sure that Java 1.6 does support multi-core machines. And when I read the changes between the JVM 1.5 and JVM 1.6, I found nothing about adding the support. So I think it's been there since 1.5