Automating type-safe RPC

  • Authors:
  • M. Mira da Silva

  • Affiliations:
  • -

  • Venue:
  • RIDE '95 Proceedings of the 5th International Workshop on Research Issues in Data Engineering-Distributed Object Management (RIDE-DOM'95)
  • Year:
  • 1995

Quantified Score

Hi-index 0.00

Visualization

Abstract

Describes how a persistent programming language can be used to implement a remote procedure call (RPC) mechanism that automatically supports type-safety. It is type-safe since the expected interface is checked against the actual remote procedure interface before a call is attempted, and it is automatic because the user intervention is that already needed to call a normal local procedure.