- 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.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Learning Chef
- jQuery EasyUI網站開發實戰
- Dependency Injection in .NET Core 2.0
- Web Development with Django Cookbook
- 量化金融R語言高級教程
- Python時間序列預測
- Machine Learning in Java
- 詳解MATLAB圖形繪制技術
- Python機器學習算法與應用
- C++面向對象程序設計
- Mastering Linux Kernel Development
- Learning Ext JS(Fourth Edition)
- OpenStack Networking Cookbook
- Java核心技術卷I基礎知識(原書第9版)