Jump to content

Distributed object communication

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 151.42.172.170 (talk) at 20:58, 20 July 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In a distributed computing environment, distributed object communication realizes communication between distributed objects. The main role is to allow objects to access data and invoke methods on remote objects (objects residing in non-local memory space). Invoking a method on a remote object is known as remote method invocation (RMI) or remote invocation, and is the object-oriented programming analog of a remote procedure call (RPC).

References