> From: johnrock [mailto:johnpi...@yahoo.com]
> Subject: Tomcat better on single or multi core?
> 
> Which processor configuration do you think would
> benefit tomcat more?

It's not Tomcat you have to think about - it's your webapp, and the expected 
usage thereof.  If the webapp is CPU bound but will be run with limited 
concurrency, the faster single core *may* be better.  If you expect lots of 
concurrency but still with significant CPU usage, then more cores will help.  
If you're I/O bound (including DB access), then it's unlikely the CPU 
configuration will matter much.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to