⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻
字号:
AIM:
---

This is an extension of the Load_Balancing_Service example in
$TAO_ROOT/examples/Load_Balancing. The aim of this example is to show
a methodology to preserve the state of the service.  Here, the service
stores the object reference of multiple copies of servers registered,
so that load can be balanced among the registered servers. If the load
balancing service fails, the references of the servers registered, is
read from the persistent storage and can be used to satisfy the
clients request. The core functionality is not much different from
that of the normal Load_Balancing_Service in
$TAO_ROOT/examples/Load_Balancing.

Usage:
-----
The service is started as follows

$./load_balancer -ORBEndPoint iiop://localhost:10016 -o filename

The server is started as follows

$./server -i file://filename -ORBEndPoint iiop://localhost:10007

and the client is started as follows

$./client -i file://filename [-r]

Now, the user can kill the service & restart the service. If the
client is restarted, everything should work fine as before.

PS:
The code contains some MACROS like DOORS_MEASURE_STATS. They have been
added for the performance measurements that were performed on this
application.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -