readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 21 行
TXT
21 行
// README,v 1.3 2001/07/11 21:43:51 oci Exp
This test helps show the various ways in which the default and
advanced TAO Strategies can be dynamically loaded.
The default TAO strategies are defined in tao/default_resource.cpp and
the advanced TAO strategies are defined in
tao/Strategies/advanced_resource.cpp.
The advanced TAO strategies can be loaded dynamically or
statically linked. To load these strategies dynamically, we need to
use the service configurator files. But, if we need to link them
statically, we need to link the library and include the header file.
This test shows a simple case where in only the default
strategies are used. It also shows the advanced case where in the
advanced strategies are used.
The test can be run using the perl script available or
manually.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?