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

📄 readme

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

This is to test the functionality of the Object Reference Template and
the various other conditions that have to be met according to the ORT
spec. 

The various conditions that are tested here are

1. That establish_components() and then the components_established()
   method is called every time a new POA is created.

	For this, I just create some POAs and keep a count on how
many times the establish components is called.

2. An ORT is initialized every time a new POA is created. 

3. Check the identity of the ORT using the adapter_name() and such other
   methods in the Object Reference Template abstract valuetype.

	The server and the client are just simple. There will be an
interceptor whose establish_components() and components_established()
methods should be invoked when a POA is created.

4. The other thing to test is that when ever the state of the POA
manager changes, the adapter_manager_state_changed() method is
invoked.  I am not going to do anything about it .. may be just have a
debug statement. 

5. And, of course that the application's implementation of the
make_object() is invoked. I wont do anything in it .. just call 
create_reference_with_id() again .. may be. 

6. Simple checks are for checking if -ORBId and -ORBServerId are
working. But, this can be checked by passing command line parameters
and invoking the corresponding functions to check if they are working
perfectly. 

How to run:
===========

Run the server.

./server -o server.ior -ORBId ORT_test_ORB -ORBServerId ORT_test_server

Run the client.

./client -k file://server.ior

⌨️ 快捷键说明

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