muliple JVMs
hi, supporter!
i have two different set of web apps. (one is for just web user, and another is for admin. user)
i wonder whether i run these two web apps same jvms or different jvms?
is it any peformance differences?
it has 2 CPUs.. in this case, i think jvm processor itself uses cpu and memory.. so.. if i divide 2 web apps in different 2 JVMs.. it will use more CPU and memory..
how do you think about it?
and when and why do you usually different JVMs in one machine? ( for not clustering, but running different web apps)
one more question,
if i must share the session at 2 web apps, i'd better run at 1 JVMs?
thanks in advance..

