readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 22 行
TXT
22 行
README,v 1.4 2001/09/18 00:06:05 irfan Exp
This is a unit test for RTCORBA::SERVER_DECLARED priority model.
Scenario:
---------
The server creates a POA with RTCORBA::SERVER_DECLARED priority model
policy. Two objects are created using this POA, one inherits the POA
priority and the second one overrides POA priority with its own.
Server threadpool resources are configured appropriately.
The client obtains two object references and invokes a method on each
several times. On each invocation, the client passes object's server
declared priority as operation argument. This allows the servant to
check that appropriate resources are being used for servicing client
requests. In particular, servant checks that priority of the thread
used for servicing the request equals to the server declared priority
of the object, known from the operation argument.
See run_test.pl for instructions on how to run both this test.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?