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:

    Every accent, every emphasis, every modulation of voice, was so perfectly well turned and well placed, that, without being interested in the subject, one could not help being pleased with the discourse; a pleasure of much the same kind with that received from an excellent piece of music. This is an advantage itinerant preachers have over those who are stationary, as the latter can not well improve their delivery of a sermon by so many rehearsals.
    Benjamin Franklin (1706–1790)

    The value of old age depends upon the person who reaches it. To some men of early performance it is useless. To others, who are late to develop, it just enables them to finish the job.
    Thomas Hardy (1840–1928)