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

📄 readme

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

Goals:
------
The goal of this test is to verify that federation of Event Channels
using multicast works correctly.  Unlike "Simple" and "Complex" tests,
this test can have any number of Event Channels participating in the
federation, and each participating Event Channel has a full duplex
multicast communication, i.e., both sends and receives events via multicast.

Description:
------------
There are two executables: federation-enabled Event Channel an
application, which acts both as EC consumer and supplier.  Any number
of EC/application executable pairs can be started for running the test.

Each application subscribes with its EC for heartbeat events, and,
while listening, also pushes (at regular intervals) 50 heartbeat
events to its EC.  Each heartbeat event contains info identifying its
source (hostname + process id).  Applications keep track of all the heartbeat
events they receive, and print out the summary before shutting down.

Command-line Options:
---------------------
Application: $application -ORBInitRef Event_Service=<ior> [-d]
where
-d indicates that the application will destroy its Event Channel
   before exiting.  If each application has its own private Event
   Channel, each should use this flag, to have all executables terminate
   automatically.  If more than one application is using the same
   Event Channel, then only one of those applications should use "-d"
   option.

Mcast-equipped EC: $gateway_ec -ORBsvcconf <conf_file> -i <ior_file>
where
<ior_file> is the name of the file to which the ior of the Event
           Channel will be printed
<conf_file> is a service conf file used to configure the Event Channel
            and the multicast components.  See consumer-ec.conf or
            supplier-ec.conf for examples, or
            $TAO_ROOT/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h for
            all valid multicast configuration options.

To run:
-------
Automagically (runs three EC/application pairs):
$ run_test.pl

Manually:
As many times as desired (using a different ior file name each time) do
$gateway-ec -ORBsvcconf gateway.conf -i ec.ior
$application -ORBInitRef Event_Service=file://ec.ior -d





⌨️ 快捷键说明

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