Penguin
Annotated edit history of RPC version 2, including all changes. View license author blame.
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
2 PerryLorier 5 There are many common forms of [RPC] such as [SOAP], [SunRPC], [CORBA], [COM] / [DCOM] etc...