readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 39 行
TXT
39 行
README,v 1.4 2003/11/18 14:55:10 smcqueen Exp
This utility lists the current entries in the Naming Service in a
nicely formatted manner. To run it, just type
% nslist [[ --ior ][ --ctxior ] | --nsior ]
and it'll print the contents of the default "NameService" returned by
resolve_initial_references(). You can select the IOR of this
NameService via the options described in
$TAO_ROOT/docs/Options.html
If invoked as:
% nslist
The contents of the default NameService will be displayed,
including the protocol and endpoint of each object reference.
nslist accepts three other options:
% nslist --ior
will print the contents of the NameService, including the IOR of each
reference entry and the IOR of the NameService itself.
% nslist --ctxior
will additionally print the IORs of any subcontexts found within NameService.
% nslist --nsior
will print *only* the IOR of the NameService itself, with no other text.
This can be used to locate the TAO NameService for non-TAO applications.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?