PM: a system for prototyping and monitoring remote procedure call programs

  • Authors:
  • Wanlei Zhou

  • Affiliations:
  • Department of Computer Science, The Australian National University, ACT 2601, Australia

  • Venue:
  • ACM SIGSOFT Software Engineering Notes
  • Year:
  • 1990

Quantified Score

Hi-index 0.00

Visualization

Abstract

The design and implementation of a software tool PM for prototyping and monitoring remote procedure call (RPC) programs is described. The tool has two parts: a prototyping generator and a monitor. The prototyping generator takes as input several server description files, one for each server, analyses them, and produces a group of source files of the RPC prototype program. If debug option is chosen during prototyping, the produced programs will be monitored by the monitor. The monitor records all events of an RPC-based program into the monitor's database. Facilities are provided for programmers to define, choose, and combine events that will be recorded. Partial ordering among events is built after the program's execution. An user can use this relation to trace and replay the program's execution. The tool forms a proper environment for RPC-based program development.