readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 40 行
TXT
40 行
# README,v 1.10 2001/04/02 12:42:49 schmidt Exp
Description:
This is a simple test for AMI callback model.
Note:
Use TAO_HAS_CORBA_MESSAGING
and TAO_HAS_AMI_CALLBACK
to compile TAO. This enables the AMI code in it.
Use -GC on the TAO IDL compiler to generate code for AMI callbacks.
Usage:
=====
$ server -o ior
$ simple_client -ORBSvcConf muxed.conf -k file://ior -i 10
simple-client:
=============
$ simple_client -k file://test_ior [-i <niterations] [-x] [-d] \
-ORBSvcConf {muxed.conf,
exclusive.conf}
-d Enable debug messages.
-i Number of iterations.
-k IOR.
-x Call shutdown method.
Issues <i> number of asynchronous requests. Then it issues a
synchronous request, which collects the replies.
If you choose Muxed Transport configuration, then the synchronous
request will collect all the asynchronous replies also, since the
replies will arrive in order. In the Exclusive Transport, however,
the synchronous request might not collect all the AMI replies.
Instead, it might return as soon as its reply arrives.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?