- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 127字
- 2021-07-02 21:02:36
Inter-ORB communication
The following diagram shows how remote invocation works for inter-ORB communication. It shows that the clients that interacted have created IDL Stub and IDL Skeleton based on Object Request Broker and communicated through IIOP Protocol.

To invoke the remote object instance, the client can get its object reference using a naming service. Replacing the object reference with the remote object reference, the client can make the invocation of the remote method with the same syntax as the local object method invocation. ORB keeps the responsibility of recognizing the remote object reference based on the client object invocation through a naming service and routes it accordingly. This configuration might have been more complex if you would have had cluster and load balancer configurations in place.
- Java語言程序設計
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- R語言數據分析從入門到精通
- Getting Started with CreateJS
- SharePoint Development with the SharePoint Framework
- 從零開始學C語言
- Java Web開發詳解
- Python Interviews
- Learning iOS Security
- Arduino機器人系統設計及開發
- PHP 8從入門到精通(視頻教學版)
- INSTANT Apache Hive Essentials How-to
- UML基礎與Rose建模實用教程(第三版)
- Laravel Design Patterns and Best Practices
- Dart:Scalable Application Development