RPC HELP RPCs Good

From VistApedia
Revision as of 12:06, 6 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home <h2>What Makes a Good RPC?</h2> The following characteristics help to make a good remote procedure call (RPC): * Silent calls (no I/O...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

What Makes a Good RPC?

The following characteristics help to make a good remote procedure call (RPC):

  • Silent calls (no I/O to terminal or screen, no user intervention required).
  • Minimal resources required (passes data in brief, controlled increments).
  • Discrete calls (requiring as little information as possible from the process environment).
  • Generic as possible (different parts of the same package as well as other packages could use the same RPC).