Object Request Broker: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
across a network. The greatest advantage compared to RPC is the possibility to invoke methods on |
across a network. The greatest advantage compared to RPC is the possibility to invoke methods on |
||
remote object instances (not only application procedures). |
remote object instances (not only application procedures). |
||
In contrast to TP Monitors, ORBs are simply communications backbones that are used to access unique |
In contrast to [[Transaction processing monitor|TP Monitors]], ORBs are simply communications backbones that are used to access unique |
||
remote objects. |
remote objects. |
Revision as of 16:04, 11 November 2004
Object Request Brokers (ORB) allow unique objects that have state and identity to be distributed across a network. The greatest advantage compared to 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.