readme

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

TXT
21
字号
# README,v 1.4 2000/01/14 13:51:21 mk1 Exp

	A demo of the AMI callback model, using the FL toolkit for the
GUI components.

	Run as:

$ ./progress -p 4 -i 10000 -ORBSvcConf svc.conf
$ ./peer -n 1 -t 10000 -ORBSvcConf peer.conf
$ ./peer -n 2 -t 10000 -ORBSvcConf peer.conf
$ ./peer -n 4 -t 10000 -ORBSvcConf peer.conf
$ ./peer -n 8 -t 10000 -ORBSvcConf peer.conf

	then press "start" in the progress window.

Notes:
- Compile TAO with TAO_HAS_CORBA_MESSAGING and TAO_HAS_AMI_CALLBACK
  defined.

- Use the switch -GC on the TAO IDL compiler to generate AMI stubs.

⌨️ 快捷键说明

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