Using Replication to Build Highly Available .NET Applications

  • Authors:
  • Johannes Osrael;Lorenz Froihofer;Georg Stoifl;Lucas Weigl;Klemen Zagar;Igor Habjan;Karl M. Goeschka

  • Affiliations:
  • Vienna University of Technology, Austria;Vienna University of Technology, Austria;University of Applied Sciences Technikum Wien, Austria;University of Applied Sciences Technikum Wien, Austria;Cosylab, Slovenia;Cosylab, Slovenia;Vienna University of Technology, Austria

  • Venue:
  • DEXA '06 Proceedings of the 17th International Conference on Database and Expert Systems Applications
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Replication is a well-known technique to achieve faulttolerance in distributed systems, thereby enhancing availability. However, so far, not much attention has been paid to object replication using Microsoft's .NET technologies. In this paper, we present the lessons we have learned during design and implementation of a .NET based replication framework that allows building dependable, distributed .NET applications. Our framework does not only support traditional replication protocols like primary-backup replication or voting but also a new protocol for explicit balancing between data integrity and availability. Based on our experiences, we recommend to use a state-of-the-art group communication toolkit (e.g., Spread) and .NET Remoting as basis for object replication in a .NET environment.