English

Transparent Replication Using Metaprogramming in Cyan

Programming Languages 2020-08-18 v2 Distributed, Parallel, and Cluster Computing

Abstract

Replication can be used to increase the availability of a service by creating many operational copies of its data called replicas. Active replication is a form of replication that has strong consistency semantics, easier to reason about and program. However, creating replicated services using active replication still demands from the programmer the knowledge of subtleties of the replication mechanism. In this paper we show how to use the metaprogramming infrastructure of the Cyan language to shield the application programmer from these details, allowing easier creation of fault-tolerant replicated applications through simple annotations.

Keywords

Cite

@article{arxiv.1710.07623,
  title  = {Transparent Replication Using Metaprogramming in Cyan},
  author = {Fellipe A. Ugliara and Gustavo M. D. Vieira and José de O. Guimarães},
  journal= {arXiv preprint arXiv:1710.07623},
  year   = {2020}
}

Comments

24 pages, revised and expanded journal version

R2 v1 2026-06-22T22:20:43.787Z