English

Simplified Distributed Programming with Micro Objects

Distributed, Parallel, and Cluster Computing 2010-07-30 v1

Abstract

Developing large-scale distributed applications can be a daunting task. object-based environments have attempted to alleviate problems by providing distributed objects that look like local objects. We advocate that this approach has actually only made matters worse, as the developer needs to be aware of many intricate internal details in order to adequately handle partial failures. The result is an increase of application complexity. We present an alternative in which distribution transparency is lessened in favor of clearer semantics. In particular, we argue that a developer should always be offered the unambiguous semantics of local objects, and that distribution comes from copying those objects to where they are needed. We claim that it is often sufficient to provide only small, immutable objects, along with facilities to group objects into clusters.

Keywords

Cite

@article{arxiv.1007.5088,
  title  = {Simplified Distributed Programming with Micro Objects},
  author = {Jan-Mark S. Wams and Maarten van Steen},
  journal= {arXiv preprint arXiv:1007.5088},
  year   = {2010}
}

Comments

In Proceedings FOCLASA 2010, arXiv:1007.4993

R2 v1 2026-06-21T15:54:24.500Z