Re: Tomcat Configuration in Multi Core Systems

2011-04-24 Thread Justin Randall
st Reply-To: "Tomcat Users List" Subject: Re: Tomcat Configuration in Multi Core Systems On 4/24/2011 3:07 AM, sujikin wrote: > Hi, > > Thanks for your replies. I was sure Server B will never will be able to > match Server A even if it had > infinite processors in it

Re: Tomcat Configuration in Multi Core Systems

2011-04-24 Thread David Kerber
On 4/24/2011 3:07 AM, sujikin wrote: Hi, Thanks for your replies. I was sure Server B will never will be able to match Server A even if it had infinite processors in it ( provided everything remains the same). Just wanted to confirm. @David Server B has *116* processors only. Slow because of ti

Re: Tomcat Configuration in Multi Core Systems

2011-04-24 Thread sujikin
- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Tomcat-Configuration-in-Multi-Core-Systems-tp31462700p31464366.html Sent from th

Re: Tomcat Configuration in Multi Core Systems

2011-04-23 Thread Justin Randall
o complete. If each request is handled only by a single thread then it should be expected that a CPU with 1/2 the speed performs 1/2 as fast. Regards, Justin Randall --Original Message-- From: Sujeet Singh To: users@tomcat.apache.org ReplyTo: Tomcat Users List Subject: Tomcat Configu

Re: Tomcat Configuration in Multi Core Systems

2011-04-23 Thread David Kerber
On 4/23/2011 2:31 PM, Sujeet Singh wrote: Hi, I have two servers which has below configuration, Server A has 32 GB RAM, 4 processors each of 2.8 GHz Server B has 32 GB RAM, 116 processors each of 1.6 GHz. Both servers has tomcat installed having same configuration. Tomcat of server B is at

Tomcat Configuration in Multi Core Systems

2011-04-23 Thread Sujeet Singh
Hi, I have two servers which has below configuration, Server A has 32 GB RAM, 4 processors each of 2.8 GHz Server B has 32 GB RAM, 116 processors each of 1.6 GHz. Both servers has tomcat installed having same configuration. Tomcat of server B is at least half as slow as Server A. My questio