[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: servlet: how to spawn all processors

PeterJ do-not-reply at jboss.com
Wed Aug 20 12:07:19 EDT 2008


Running your web app across 16 CPUs is not a good idea. Due to CPU cache issues, contention among threads, and various other issues it is usually better to run such apps while affinitized to 2, 3 or 4 CPUs (depening on your app). At least that is what we have found in our testing.

In Linux, you can use the taskset utility to set affinity. I suggest adding this to the script that starts jbossas.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171548#4171548

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171548



More information about the jboss-user mailing list