Remote procedure calls between applications

In most applications, RPCs are made between two instances of the same application. By definition, these will be running on different workstations. Some system designs, however, are composed of multiple applications and require communication between these different applications. RPC Manager provides the ability to communicate between applications, supporting cross-application services and service synchronization, and relieving the system developer of the control code necessary to achieve this.

This is more fully discussed in Cross-application RPC.