JavaServer Pages - Caching To Improve Performance

Caching To Improve Performance

The popularity of JavaServer Pages has meant that it is being used quite frequently in developing high-traffic web apps. And, this is causing performance bottlenecks as you try to add more users and transaction load on your JavaServer Pages application. Although, JavaServer Pages application can scale very nicely to multiple web servers, the database server cannot. The main reason for the database becoming a bottleneck is that while you can add more and more servers to the JavaServer Pages application server farm, you cannot do the same at the database tier. This results in limited scalability at the data tier.You can remove these JavaServer Pages Servlets performance bottlenecks by using a distributed cache for storing the frequently used data.

Read more about this topic:  JavaServer Pages

Famous quotes containing the words improve and/or performance:

    How well Shakespeare knew how to improve and exalt little circumstances, when he borrowed them from circumstantial or vulgar historians.
    Horace Walpole (1717–1797)

    The audience is the most revered member of the theater. Without an audience there is no theater. Every technique learned by the actor, every curtain, every flat on the stage, every careful analysis by the director, every coordinated scene, is for the enjoyment of the audience. They are our guests, our evaluators, and the last spoke in the wheel which can then begin to roll. They make the performance meaningful.
    Viola Spolin (b. 1911)