Difference between revisions of "RPC HELP RPCs Good"
From VistApedia
(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...") |
(No difference)
|
Latest revision as of 12:06, 6 July 2015
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).