readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 33 行
TXT
33 行
// README,v 1.2 2000/11/23 20:53:07 doccvs Exp
Here is a simple to test the corbaname: style URL. The simple way to
test is to run the run_test.pl.
To test manually:
1. Run the NamingService at a specified endpoint.
$NamingService -ORBEndPoint iiop://doc.ece.uci.edu:12345 &
2. Run the server.
./server &
3. Run the client as one of these.
a) ./client corbaname:doc.ece.uci.edu:12345
CORBANAME style URL is used and the protocol used to
contact the naming context is <iiop> implicitly.
b) ./client corbaname:iiop:doc.ece.uci.edu:12345
CORBANAME style URL is used and the protocol used to
contact the naming context is <iiop>.
c) ./client corbaname:rir:
CORBANAME style URL is used and the protocol used to
contact the naming context is <rir>.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?