Object Request Broker

From
Revision as of 07:34, 17 November 2004 by Zubow (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Object Request Brokers (ORB) allow unique objects that have state and identity to be distributed across a network. The greatest advantage compared to remote procedure calls (RPC) is the possibility to invoke methods on remote object instances (not only application procedures). In contrast to TP Monitors, ORBs are simply communications backbones that are used to access unique remote objects.