Using BINS for inter-process communication

  • Authors:
  • Peter C. J. Graham

  • Affiliations:
  • University of Manitoba, Winnipeg, Manitoba, Canada

  • Venue:
  • ACM SIGPLAN Notices
  • Year:
  • 1985

Quantified Score

Hi-index 0.00

Visualization

Abstract

A bin is essentially a message drop, used to implement inter-process communications in the FRANK programming language. The use of bins provides three distinct advantages over traditional message passing systems.1) relative anonymity,2) multiple servers,3) enhanced compile time checking. (relative to systems like Thoth[3]).This paper discusses the rationale behind bins and the possible implementation strategies under examination. Finally, it gives two examples using bins which will illustrate the concept.