On 17/05/2013 10:08, Soumya Chatterjee wrote: > Hi, > > I am using Apache Tomcat (version: 6.0.35) with horizontal clustering > (static membership) for hosting my web application. > > I want to know if there is any upper limit of instances that Tomcat > supports in order to maintain its optimum performance. (I searched the > Tomcat clustering documentation but could not find any information > regarding this).
The upper limit to the number of cluster members is Integer.MAX_VALUE I suspect you'll hit other limits before then. Which limits, and when you hit them, is highly dependent on your application and cluster configuration. Optimum performance depends on how you define it. If you mean highest throughput and fastest response time then the optimum number of cluster nodes is 1. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org