readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 16 行
TXT
16 行
This module shows how to modify the default TAO Resource Factory to do
something user specific. In this example, the reactor() accessor is
modified to provide the ORB with an instance of the ACE_WFMO_Reactor
instead of the regular ACE_Select_Reactor. You could also configure
the ACE_XtReactor here, as well.
To use this altered resource factory in the Explicit_Activation
example, please specify the -ORBsvcconf alternate.conf as a additional
parameter to the server at start up.
Note: Use of WFMO_Reactor is only for demonstration. In general,
WFMO_Reactor will not work for TAO as it cannot handle nested call
correctly. Also, since WFMO_Reactor is limited to Win32, this example
is limited to Win32.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?