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

📄 readme

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

This document describes the standard CORBA location forwarding
example.  For detailed explanation on how TAO's location forwarding
feature is designed, see

$TAO_ROOT/docs/forwarding.html

The test in this directory sets up three servers, the first writes its
servant's object reference (IOR) to a file.  The second server reads
the IOR, recognizes it as forwarding location, and writes its own to a
file too.  The third server does the same as the second server.  The
third server's IOR is then read by the client, which then issues a
number of requests.  After <iterations> normal requests, a forwarding
request is sent to the object.

Here's an example for 5 requests:

doit() returned 127
doit() returned 128
doit() returned 129
Asking server to forward next time
doit() returned 127
doit() returned 128
doit() returned 129
Asking server to forward next time
doit() returned 127
doit() returned 128
doit() returned 129

The location forwarding is implemented through the servant activator.
Check run_test.pl for an example of how to run the server.

The first three calls will be called on the first server, then the
location forwarding is called and the next three calls are going to be
called on the second server.  Location forwarding is then called on
the second one and the last three calls are then done on the thrid
server.

⌨️ 快捷键说明

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