Using wait-free synchronization in the design of distributed applications

  • Authors:
  • Joseph S. Berrios;Manuel E. Bermudez

  • Affiliations:
  • Department of Electrical and Computer Engineering, University of Central Florida, Orlando, FL;Computer and Information Science and Engineering Department, University of Florida, Gainesville, FL

  • Venue:
  • Future Generation Computer Systems
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Wait-free synchronization has been recognized in the literature as an effective concurrent programming technique. The concurrent programming community, however, has been slow to adopt this technique. This paper addresses the practical application of wait-free synchronization in the design of distributed applications. In this paper, we present an implementation of a server that uses wait-free synchronization. The resulting code is more easily seen to be fault tolerant. The performance analysis of the wait-free synchronization server outperformed a server that uses traditional locking techniques. This practical demonstration of the benefits of wait-free synchronization should help foster its adoption in the development of distributed applications.