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

📄 readme

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

Description:

This code contains some simple tests of abstract interfaces.

Note:

The test for passing state with a valuetype is based on the code
in TAO/tests/OBV/Forward. A simple valuetype tree is constructed
by defining valuetypes that can contain other valuetypes as a root
or as left and right branches. All nodes also contain a string name.
The tree is constructed on the server side and the root is passed back to the
client in an OUT argument as an abstract interface. The valuetype
is extracted, and the contents of the tree are displayed.

The other two tests are for operations of an interface passed as an
abstract interface. A derived interface is passed to the client in
an OUT argument as an abstract interface which is the parent of the
derived interface's base class. The base class operation is called
directly on the abstract interface by the client. Then the interface
itself is extracted and cast to the derived type. Finally, both the
base class and the derived class operations are called by the client.

In the final test, an operation called on the abstract interface 
is made to throw a user exception deliberately to test exception
handling.

Usage:

The server will put the passer object's IOR into a file with a default
name known to the client. However, the filename may be changed with:

$ server -o <filename>

in which case the client should be run as follows:

$ client -k file://<filename>

Other client command line options:

-d Enable test output for debugging
-s Test the passing of state only
-o Test operations only
-e Test exception handling only

The last three options are  mutually exclusive and will override
any previous test selection options. The default behavior is to run 
all three tests.

⌨️ 快捷键说明

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