Hi, I think the isssue of scalability and a supporting large customer base is out of scope of what Struts does. You might want to look into techniques like clustering, load-balancing and distributed app architectures. Struts has no feature that helps in these situations. However while Struts does not solve any scalability problems it does not create any itself. The purpose of Struts is to help you with some common web development problems that you would have in any environment. In other words the ability or inability if an application to support large customer base does not depend on Struts.
Regards, .Affan <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > We're in the depths of 'framework decision time' for a large scale web > application. Does anyone on this list use struts for really large customer > bases? (Millions?, 10s of millions?) What are the sort of problems large > scale systems have run into (specifically struts related)? > > Thanks, > > -gjb > > e-mail [EMAIL PROTECTED] > www.convergys.com > > -- > "NOTICE: The information contained in this electronic mail transmission is > intended by Convergys Corporation for the use of the named individual or > entity to which it is directed and may contain information that is > privileged or otherwise confidential. If you have received this electronic > mail transmission in error, please delete it from your system without > copying or forwarding it, and notify the sender of the error by reply email > or by telephone (collect), so that the sender's address records can be > corrected." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

