On 3/17/06, Alex Jalali <[EMAIL PROTECTED]> wrote: > Although i do have this question about non-static pages. Which do you > think is faster? let say you have 1GB ram and 2 CPUs. running a) apache + > 1 tomcat or b) apache + 2 tomcat in cluster via mod_jk? would having 2 JVM > on the same server that has two CPU's run faster or it wouldn't make any > diffrence? > do you know of any tests done for clusters
Unless you have some sort of locking issues in your code, running a single JVM should be faster as there will be less memory thrashing doing context switches between threads between 2 JVMs. -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]