This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes Servlet container performance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlet container performance" Watch "Servlet container performance" New topic
Author

Servlet container performance

Marek Borshop
Greenhorn

Joined: Nov 26, 2010
Posts: 5
I'd like to ask the Java pros here a question about my current study that I am about to do - what are the key contributors to the differences in efficiency of various servlet containers? I need to compare Tomcat/JBoss/Glassfish/Jetty etc. and I need to know what "factors" may affect the results in the most significant way? I am going to write mock applications for that purpose, so any recommendation for a Java feature/framework/library etc. that I might implement there so that I can greatly increase the load of the containers (actually the containers, I do not care about the load of the machine since I am going to run all the tests on the same machine of course), would be appreciated! I need the study to be as objective as possible. Thanks for any help guys!
Tan Chin Sheng
Greenhorn

Joined: Jul 07, 2009
Posts: 6
Not sure if this is good. webpage


SCAJ, SCJP 6, SCWCD 5, SCBCD 5, SCDJWS 5, OCMJEA 5
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Servlet container performance
 
Similar Threads
Are classes shipped automatically?
How should I go about preparing?
diff between JDK and J2EE, EJB
Multiple VMs/servlet containers
Error in invoking a servlet from an applet (loaded in a browser)