Struts scalability and benchmarking

2004-06-10 Thread Ashu Jaiswal
Hi, Just wondering if there have been any scalability and benchmarking studies done on struts. I am trying to figure out if struts would scale out well if the number of users in a system grew rapidly, starting from a small user base. I would appreciate any comments, suggestions or pointers. thank

Re: Struts scalability and benchmarking

2004-06-11 Thread Ashu Jaiswal
a function of (1) the application server/container that you are using (Tomcat/JBoss/WAS/...) and (2) the hardware/clustering etc. Also, you need to do some additional analysis on expected number of users, estimate how much data will be held in the session, what database you are using, blah blah Ashu