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:

    We shall find of him
    A shrewd contriver; and, you know, his means,
    If he improve them, may well stretch so far
    As to annoy us all.
    William Shakespeare (1564–1616)

    Kind are her answers,
    But her performance keeps no day;
    Breaks time, as dancers,
    From their own music when they stray.
    Thomas Campion (1567–1620)