Penguin

Acronym for Remote Procedure Call

A way of having a program to call a function which is actually stored (and executed) elsewhere, usually on another machine.

There are many common forms of RPC such as SOAP, SunRPC?, CORBA, COM / DCOM etc...