Incorporating Input/Output Operations in LINDA

  • Authors:
  • Ronaldo Menezes;Alan Wood

  • Affiliations:
  • -;-

  • Venue:
  • HICSS '98 Proceedings of the Thirty-First Annual Hawaii International Conference on System Sciences-Volume 7 - Volume 7
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

Linda is a coordination model which, amongst other things, provides means for abstracting away from the location of information in distributed environments. Although the concept of location abstraction is important, and eases the programming task, it is incomplete in the Linda case. Whenever I/O operations are necessary, users have to be aware of the locations of devices. The use of computational language specific details for distributed I/O restricts the portability of Linda programs. Hitherto Linda has shown us how to write portable distributed algorithms for a variety of applications but for applications involving I/O the portability is compromised. In order to achieve maximum portability, a Linda application has to access I/O using proper Linda facilities. This paper describes a generalization of Linda that includes coordination of distributed I/O. The advantages of such a generalization and the problems involved in the implementation are also discussed.