Group Mutual Exclusion in Token Rings

  • Authors:
  • Sébastien Cantarell;Ajoy K. Datta;Franck Petit;Vincent Villain

  • Affiliations:
  • LRI/CNRS, Université de Paris-Sud, France;School of Computer Science, University of Nevada Las Vegas, Nevada;LaRIA/CNRS, Université de Picardie Jules Verne, France;LaRIA/CNRS, Université de Picardie Jules Verne, France

  • Venue:
  • The Computer Journal
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

The group mutual exclusion (GME) problem was introduced by Joung. The GME solution allows n processes to share m mutually exclusive resources. We present several algorithms to solve the GME problem in token rings. The space requirement and the size of messages of all algorithms are bounded. So, the proposed algorithms solve the problem suggested by Joung, which is to obtain a solution using messages of bounded size. The time and space complexities of the first and second algorithms depend on n and m respectively. The first algorithm is more efficient when n m, whereas the second one when m n. The cost of the third algorithm is min(n, m). So, it is suitable for any type of network. However, the third solution is obtained with a message size of log(min(n, m)) extra bits. The third algorithm has an additional desirable property. It serves the requests in a first in first out manner. The fourth algorithm improves the bandwidth usage by avoiding the token circulation when no new requests are made for a different session. This property of the fourth algorithm can be incorporated into the other three algorithms.