| Author |
Which server is good for Application
|
surendar prabu
Ranch Hand
Joined: Jul 24, 2006
Posts: 102
|
|
I am sorry, I dont know whether I am posting my question under the correct topic.please bear with me. For our application during development we are using Tomcat 5.5 server and Netbeans IDE. the database is MySQL. The server might have to handle some 50 requests at the same time. Can we go on with Tomcat server and give our clients with the same? Or should i go for some other server? Will our application run efficiently under this environment? please help me with this. regards, Surendarprabu.
|
SCJP 1.4
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56200
|
|
|
Moved to the Tomcat forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56200
|
|
|
Tomcat will do just fine. 50 simultaneous requests is considered a very light load for a web server.
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
A lot of people underestimate Tomcat. On good hardware Tomcat scales very well. JBoss uses Tomcat as it's container, if that says anything. I don't know how many times I've worked on a project that required Websphere or Weblogic and a common phrase is always, "Well crap, it works just fine in Tomcat. Why doesn't it work in [Webshere/Weblogic]?"
|
 |
 |
|
|
subject: Which server is good for Application
|
|
|