| Rev | Author | # | Line |
|---|---|---|---|
| 1 | PerryLorier | 1 | [Acronym] for __R__emote __P__rocedure __C__all |
| 2 | |||
| 3 | A way of having a program to call a function which is actually stored (and executed) elsewhere, usually on another machine. | ||
| 4 | |||
| 5 | There are many common forms of [RPC] such as [SOAP], [SunRPC], [CORBA], [COM] / [DCOM] etc... |