Z
zigzagdna
I am using Apache Tomcat 6.x on a Windows 2003 Server R2. I can see Apache Tomcat is a multithreaded applications, no of threads arrange from 50 to 300. Since it is a multithreaded application, I am assuming that if add more CPU’s to box, it should improve performance because different CPU’s canrun different threads? Is my assumption correct?
I know some applications are single threaded, so adding more CPU’s does not really help, but in case of Tomcat, it should improve the performance.
I know some applications are single threaded, so adding more CPU’s does not really help, but in case of Tomcat, it should improve the performance.