Shared classes

  • Authors:
  • Per Brinch Hansen

  • Affiliations:
  • Center for Science and Technology, Syracuse University, Syracuse, NY

  • Venue:
  • The origin of concurrent programming
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

The author discusses the close relationship between data and operations and suggests that a compiler should be able to check that data structures are accessed by meaningful procedures only. This idea leads to the introduction of shared classes--a programming notation for the monitor concept. The notation is illustrated by a message buffer for concurrent processes.