I recently hosted an episode of Software Engineering Radio called "Eran Yahav on the Tabnine AI Coding Assistant"!

  • Home
  • Teaching
    • Overview
    • Data Abstraction
    • Operating Systems
  • Research
    • Overview
    • Papers
    • Presentations
  • Outreach
    • Software
    • Service
    • Blog
  • About
    • Biography
    • Schedule
    • Contact
    • Blog
    • Service
    • Papers
    • Presentations

Implementation and analysis of a JavaSpace supported by a relational database

database testing
performance analysis
Proceedings of the 8th International Conference on Parallel and Distributed Processing Techniques and Applications
Authors

Geoffrey C. Arnold

Gregory M. Kapfhammer

Robert S. Roos

Published

2002

Abstract
The combination of the Jini network technology and the JavaSpaces object repository provides an exceptional environment for the design and implementation of loosely coupled distributed systems. We explore the strengths and weaknesses of the most popular implementation of a persistent JavaSpace. We report on the design, implementation, and analysis of RDBSpace, a JavaSpace that is supported by a relational database. Our experimental results indicate that it is possible to build an efficient and scalable JavaSpace that relies on a relational database back-end.
Details

Paper

Reference
@inproceedings{Arnold2002a,
 author = {Geoffrey C. Arnold and Gregory M. Kapfhammer and Robert S. Roos},
 booktitle = {Proceedings of the 8th International Conference on Parallel and
Distributed Processing Techniques and Applications},
 title = {Implementation and analysis of a JavaSpace supported by a relational
database},
 year = {2002}
}

Return to Paper Listing

GMK

Top