Design, implementation and performance study of reliable transactions in X.500 directory service

  • Authors:
  • G. -S. Poo;Q. Zeng

  • Affiliations:
  • School of Computing, National University of Singapore, Lower Kent Ridge Road, Singapore 119260, Singapore;School of Computing, National University of Singapore, Lower Kent Ridge Road, Singapore 119260, Singapore

  • Venue:
  • Computer Communications
  • Year:
  • 1999

Quantified Score

Hi-index 0.24

Visualization

Abstract

Replication of Directory information improves system performance and availability. This is provided in 1993 Standard through a shadowing mechanism. However, the standard specifies only weak consistency requirement. This is not satisfactory as some applications may require strong consistency with atomic (all-or-none) updates. This article describes the effort to incorporate the transaction function into the Directory in order to support the strong consistency requirement. An object-oriented approach is used to design and implement the system. Appropriate object models for the DUA and the DSA are developed to include the transaction capability. The atomic update is ensured by the transaction manager, which controls and coordinates the distributed transaction and the CCR ASE, which tracks and transfers the atomic transaction messages on single transaction branch. This is assisted by a resource manager consisting of a local database with appropriate APIs and the underlying database manager which, ensures the ACID properties of the atomic updates. Performance evaluation of the system implemented indicates a transaction overhead of 31% for commit case and 14% for rollback case. The bottleneck areas include the local database access, the network processing overhead and the size of replicas. The overheads can be reduced by employing advanced hardware and software. Thus, the usefulness of transaction capability outweighs the overhead consideration.