Review the basics of application partitioning
You can use many techniques to build scalable Web applications, but all rely on an old techniqueapplication partitioning. In the days when memory was expensive, developers broke applications into small parts by using overlays to load various parts of the application into memory. Developers use the same method now with bigger applications. For example, you can partition one type of application, such as a customer servic...