DartCache:a HashMap-Based Distributed Cache

XIE Cheng-Chao,CHEN Hua-Jun,ZHANG Yu
DOI: https://doi.org/10.3969/j.issn.1002-137X.2006.08.041
2006-01-01
Computer Science
Abstract:With the development of modern enterprise application, the scalability and performance issue begins to play a more and more important role. Within the layered enterprise application architecture, database is usually the bottleneck of system. Cache technology can significantly improve the system performance and scalability by caching the data in application layer. Based on the experience of previous Cache development, we design DartCache, a HashMap based distributed cache system. The experiments have shown a significant improvement of performance and scalability with the implementation of DartCache.
What problem does this paper attempt to address?