The Programmers' Playground: I/O Abstraction for User-Configurable Distributed Applications

  • Authors:
  • Kenneth J. Goldman;Bala Swaminathan;T. Paul McCartney;Michael D. Anderson;Ram Sethuraman

  • Affiliations:
  • -;-;-;-;-

  • Venue:
  • IEEE Transactions on Software Engineering
  • Year:
  • 1995

Quantified Score

Hi-index 0.00

Visualization

Abstract

I/O abstraction is offered as a new high-level approach to interprocess communication. Functional components of a distributed system are written as encapsulated modules that act upon local data structures, some of which may be published for external use. Relationships among modules are specified by logical connections among their published data structures. Whenever a module updates published data, I/O takes place implicitly according to the configuration of logical connections.The Programmers驴 Playground, a software library and run-time system supporting I/O abstraction, is described. Design goals include the separation of communication from computation, dynamic reconfiguration of the communication structure, and the uniform treatment of discrete and continuous data types. Support for end-user configuration of distributed multimedia applications is the motivation for the work.