readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 29 行
TXT
29 行
# README,v 1.2 2003/05/06 00:54:15 ossama Exp
This test verifies that IOR interceptor support is working properly.
It does so by adding a unique tagged component to the IOR. If the
IOR interceptor support is working properly, then the it should be
possible to extract that tagged component from the IOR on the client
side via the
PortableInterceptor::ClientRequestInfo::get_effective_component()
method from within a ClientRequestInterceptor, for example.
Run the test as follows:
$ perl run_test.pl
Output should be very similar to the following:
==== Running IORInterceptor test
(4956|16384) Added tagged component containing the
(4956|16384) string "FOO_IORInterceptor" to all profiles.
(4956|16384) Added tagged component containing the
(4956|16384) string "FOO_IORInterceptor" to all IIOP profiles.
(4956|16384) Successfully retrieved effective policy.
FOO::test: <IOR:...>
(4957|16384) String extracted from tagged component data: FOO_IORInterceptor
"test_i" is shutting down.
Event loop finished.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?