Improving Application Throughput With Enterprise JavaBeans Caching

  • Authors:
  • Avraham Leff;James T. Rayfield

  • Affiliations:
  • -;-

  • Venue:
  • ICDCS '03 Proceedings of the 23rd International Conference on Distributed Computing Systems
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present the design of an Enterprise JavaBeans(EJBs) caching architecture, and show that EJB cachingcan greatly improve application throughput. Throughputis improved because data serving is offloaded from thedatabase server to the cache-enabled application server.An important feature of our architecture is that thecaching function is transparent to applications that use it.The cache-enabled application server uses the same(EJB) programming model, and the same transactionalsemantics, as provided by non-caching architectures.