readme

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 27 行

TXT
27
字号
README,v 1.1 2000/09/21 15:48:27 coryan Exp

The Cos_ECBasic test shows how to:

        . Create a standard Cos Event Channel,
        . Write simple COS compliant consumers and suppliers,
        . Connect consumers and suppliers to the COSEC,
        . Send and receive events form the EC.

For initialization, the CosEC_Basic test first creates and initializes
a TAO real-time EC (Rtec).  Then, it initializes QOS parameters for
the Supplier and Consumers and then initializes a COSEC (Corba Object
Service compliant Event Channel).

To test the COSEC the test initializes a Supplier and a Consumer ,
connects them to the COSEC.  The Supplier then sends an event to the
channel which is delivered to the Consumer via the <push> method.
This method then prints a message to show that an event was delivered
to the Consumer.

Finally the Rtec and COSEC are shutdown to finish the test.

NOTE: please do not attempt to compile this test till I've integrated
the COSEC code into orbsvcs.

- Pradeep <pradeep@cs.wustl.edu>

⌨️ 快捷键说明

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