Implementing High Availability CORBA Applications with Java

  • Authors:
  • M. C. Little;S. K. Shrivastava

  • Affiliations:
  • -;-

  • Venue:
  • WIAPP '99 Proceedings of the 1999 IEEE Workshop on Internet Applications
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

The integration of Java and CORBA has opened the way for a wide variety of Internet applications. However, such applications will frequently come across communication and node failures which can affect both their performance and consistency. Therefore, there is a need for techniques which will allow applications to tolerate such failures and continue to provide expected services. A common technique is through the use of atomic transactions, which ensure that only consistent state changes take place despite concurrent access and failures. However, they may be insufficient to guarantee forward progress. This can be accomplished by replicating resources, so that the failure of a subset of replicas can be masked from users. This paper describes a toolkit that integrates transactions and replication by making use of standard CORBA services.