JavaScript EditorJavascript debugger     Javascript examples


Team LiB
Previous Section Next Section

State and Scalability

How and where you choose to store state information for your application can have a major impact on how scalable your application is. Scalability refers to the ability of an application to service requests from increasing numbers of users without any significant decrease in performance or response time.

The following conditions are among the factors affecting application scalability that result from poor decisions in state management:


Team LiB
Previous Section Next Section


JavaScript EditorJavascript debugger     Javascript examples