Preface

This is about Tomcat performance.

Other (non-exhaustive) notes:

Questions

  1. Is Tomcat faster than serving static HTML pages than Apache httpd?

  2. Is there an application-specific comparison between Tomcat and Resin or other containers?

  3. Is there a comprehensive, up-to-date, detailed benchmark comparing various servlet containers, including Tomcat?

Answers

Is Tomcat faster than serving static HTML pages than Apache httpd?

Yes depending on how you tune it. And NO depending on how you tune it. Anything less starts a religious war. We recommend performing your own benchmarks and see for yourself.

Is there an application-specific comparison between Tomcat and Resin or other containers?

Here's one comparing recent versions of Resin and Tomcat running AppFuse.

Is there a comprehensive, up-to-date, detailed benchmark comparing various servlet containers, including Tomcat?

Yes. Here's the most comprehensive and objective one we've found to date: Web Performance, Inc.'s comparison.

FAQ/Performance_and_Monitoring (last edited 2009-09-20 23:57:04 by localhost)