How can I make my this Tomcat app serves many concurrent users?

2005-06-09 Thread Melvin Wong
Hi, My objective for this topic is to find a way to make my tomcat app able to handle as many as possible concurrent requests. My app spec is -servlet running on Tomcat 5.0 My app is a mobile text messaging app that receives requests via a single servlet, called InboundRequest. This

How can I make my this Tomcat app serves many concurrent users?

2005-06-08 Thread Melvin Wong
Hi, My objective for this topic is to find a way to make my tomcat app able to handle as many as possible concurrent requests. My app spec is -servlet running on Tomcat 5.0 My app is a mobile text messaging app that receives requests via a single servlet, called InboundRequest. This se