readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 19 行
TXT
19 行
# README,v 1.1 2003/08/23 01:30:37 michel_j Exp
This directory contains an example for a COS Event Service,
using a typed channel.
It contains two executables; a consumer and a supplier.
To test it use :
# rm Country.ifr
# IFR_Service -p -b Country.ifr -ORBEndPoint iiop://localhost:12345
# tao_ifr -ORBInitRef InterfaceRepository=corbaloc:iiop:localhost:12345/InterfaceRepository -I$TAO_ROOT/orbsvcs Country.idl
# Naming_Service -ORBEndPoint iiop://localhost:8000
# CosEvent_Service -n CountryEventChannel -r -t -d -ORBInitRef InterfaceRepository=corbaloc:iiop:localhost:12345/InterfaceRepository -ORBInitRef NameService=corbaloc:iiop:localhost:8000/NameService
# consumer -ORBInitRef NameService=corbaloc:iiop:localhost:8000/NameService
# supplier -ORBInitRef NameService=corbaloc:iiop:localhost:8000/NameService
Note: If the tao_ifr fails, use the Country.idl.for_ifr file to upload the idl into the IFR.
Please also report the problem in the usual manner.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?