[jboss-user] [Performance Tuning] - Re: Server very slow

lafr do-not-reply at jboss.com
Thu Jun 11 13:23:49 EDT 2009


May be you can tune this a little bit, but I doubt you get major improvements.
The T1000 has a 6 or 8 cores with 4 execution threads in each, so up to 32 "virtual" CPUs.

But on startup and executing single requests you do not benefit from that.
Here you are limited to the slow single thread performance. The CPU has only 1 GHz.
Running the same app on a recent laptop with 2.x GHz dual core CPU is much faster.

The main advantage of SUNs "coolthread" architecture is the scalability.
As long as the application is supporting it, you can serve up to 32 requests in parallel with near constant response times which won't work with your laptop.


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

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



More information about the jboss-user mailing list