• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat robust enough for primetime?

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We're about to go live with a new web application. We guess that we'll get 1000 hits during a peak hour.

My load and performance testing skills aren't very developed. These are new practices for me. What I've done indicates that we won't have any problems with Tomcat.

We're liking Tomcat, because it's priced well and it seems to be popular (hoping this indicates that it works well).

We've considered going with a reportedly higher performance Servlet container, such as Resin server, but we haven't run across any studies to suggest that Tomcat isn't adequate, or that anything else performs better. Does anybody know of any studies like this?

Any experiences to share on the load handling abilities of Tomcat (or other Servlet containers)?
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The other day I ran across a message from some guy whose Tomcat handled more than 1000 hits per minute with no problem so your load should present no problem. My mock exam servlets typically turn around a page in 10 millisec or less. Just give Tomcat enough memory and go for it.
Bill
 
Al Korov
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for sharing your experiences. I think we're going to go with Tomcat. If any performance problems arise, I'll be back asking about them.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic