Combining data sharing with the master---worker paradigm in the common component architecture

  • Authors:
  • Gabriel Antoniu;Hinde Lilia Bouziane;Mathieu Jan;Christian Pérez;Thierry Priol

  • Affiliations:
  • IRISA/INRIA, Rennes cedex, France 35042;IRISA/INRIA, Rennes cedex, France 35042;IRISA/INRIA, Rennes cedex, France 35042;IRISA/INRIA, Rennes cedex, France 35042;IRISA/INRIA, Rennes cedex, France 35042

  • Venue:
  • Cluster Computing
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Software component technologies are being accepted as an adequate solution for handling the complexity of applications. However, existing software component models tend to be specialized to some types of resource architectures (e.g. in-process, distributed environments, etc.) and/or do not provide a very high level of abstraction. This paper focuses on handling data sharing on operation invocations between components as a solution allowing applications to be efficiently executed on all kinds of resources. In particular, the data sharing pattern appears in master---worker applications, when workers need to access only a part of a large piece of data, either in read or write mode. This approach is applied to the Common Component Architecture model. Its benefits are discussed using an image rendering application.