Concurrent Exception Handling and Resolution in Distributed Object Systems

  • Authors:
  • Jie Xu;Alexander Romanovsky;Brian Randell

  • Affiliations:
  • Univ. of Durham, UK;Univ. of Newcastle upon Tyne, UK;Univ. of Newcastle upon Tyne, UK

  • Venue:
  • IEEE Transactions on Parallel and Distributed Systems
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

We address the problem of how to handle exceptions in distributed object systems. In a distributed computing environment, exceptions may be raised simultaneously in different processing nodes and thus need to be treated in a coordinated manner. Mishandling concurrent exceptions can lead to catastrophic consequences. We take two kinds of concurrency into account: 1) Several objects are designed collectively and invoked concurrently to achieve a global goal and 2) multiple objects (or object groups) that are designed independently compete for the same system resources. We propose a new distributed algorithm for resolving concurrent exceptions and show that the algorithm works correctly even in complex nested situations, and is an improvement over previous proposals in that it requires only O(nmaxN 2) messages, thereby permitting quicker response to exceptions.