IMPLEMENTING LINDA TUPLESPACE ON A DISTRIBUTED SYSTEM

Citation
Md. Feng et al., IMPLEMENTING LINDA TUPLESPACE ON A DISTRIBUTED SYSTEM, International journal of high speed computing, 7(1), 1995, pp. 125-144
Citations number
10
Categorie Soggetti
Computer Sciences","Computer Science Theory & Methods
ISSN journal
01290533
Volume
7
Issue
1
Year of publication
1995
Pages
125 - 144
Database
ISI
SICI code
0129-0533(1995)7:1<125:ILTOAD>2.0.ZU;2-P
Abstract
Linda, a general purpose coordination language, has been used to make a language parallel. Based on a logically shared tuplespace, Linda pos es difficulties to be efficiently implemented on a distributed multipr ocessor system. This paper reports our approach to solve the problem: processors are divided into groups, and each group has a group manager to provide a local view of the global tuplespace, and handles the tup lespace operations incurred by processors within the group. To maintai n the consistency and correctness of the Linda tuplespace operations, we propose the algorithms of a group manager. We also implement the al gorithms on a transputer-based multicomputer and show the experiment r esults.