[jboss-user] [Performance Tuning] - Re: Jboss 4.2.1 GA throughput and tuning

PeterJ do-not-reply at jboss.com
Tue Sep 9 13:07:34 EDT 2008


1) If all Apache is doing is a pass-through, then yes removing it should speed up response time. Check out JBossNative, which installs the Apache Portalbe Runtime into JBossAS - it gives the performance benefits of Apache to JBossAS.

2) How many simultaneous connections will you have? That's how many threads you need. The default is a maximum of 250 threads, which is way more than you need. The best thing to do is monitor the actual maximum number of threads used and set it to that. If course, having maxThreads set to a too-high number does not really matter because that number of threads is allocated only if required.

3) This depends entirely on your application and the hardware you are running on. You need to run your own performance tests to determine this number.

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

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



More information about the jboss-user mailing list