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:
“The life of a good man will hardly improve us more than the life of a freebooter, for the inevitable laws appear as plainly in the infringement as in the observance, and our lives are sustained by a nearly equal expense of virtue of some kind. The decaying tree, while yet it lives, demands sun, wind, and rain no less than the green one. It secretes sap and performs the functions of health. If we choose, we may study the alburnum only. The gnarled stump has as tender a bud as the sapling.”
—Henry David Thoreau (18171862)
“The way to go to the circus, however, is with someone who has seen perhaps one theatrical performance before in his life and that in the High School hall.... The scales of sophistication are struck from your eyes and you see in the circus a gathering of men and women who are able to do things as a matter of course which you couldnt do if your life depended on it.”
—Robert Benchley (18891945)