Marionette: a System for Parallel Distributed Programming Using a

  • Authors:
  • Mark P Sullivan;David P. Anderson

  • Affiliations:
  • -;-

  • Venue:
  • Marionette: a System for Parallel Distributed Programming Using a
  • Year:
  • 1988

Quantified Score

Hi-index 0.00

Visualization

Abstract

Marionette is a system for distributed parallel programming in an environment of networked heterogeneous computer systems. It is based on a master/slave model. The master process can invoke worker operations (asynchronous remote procedure calls to single slaves) and context operations (updates to the state of all slaves). The master and slaves also interact through shared data structures that can be modified only by the master. The master and slave processes are programmed in a sequential language. The Marionette runtime system manages slave process creation, propagates shared data structures to slaves as needed, queues and dispatches worker and context operations, and manages recovery from slave processor failures. The Marionette system also includes tools for automated compilation of program binaries for multiple architectures, and for distributing binaries to remote file systems. A UNIX-based implementation of Marionette is described.