Scalability is a function of many things such as statelessness, clustering, latency, connection pooling, etc. the list goes on and on.
But scalability is NOT a function of network throughput on the client side....server side yes, but not client side. I think the requirement you are trying to meet is performance...how fast the app will respond to users over a broadband connection. In this case, I think your assumption of 1Mbs is a reasonable one...I base this on years of personal experience, but no hard data collection. But again, this is about performance, not scalability. On Jul 15, 11:21 pm, mk <[email protected]> wrote: > the requirement we are trying to meet is scalability... > > To get scalability in our app we have to reduce network calls by each > user. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
