readme

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 37 行

TXT
37
字号
README,v 1.4 2001/09/18 00:06:01 irfan Exp

Description:

This is a test for the Linear Priority mapping in TAO.  In addition,
this test combines and tests several RT policies in different ways.
This test can also be used for testing the different scheduling
policies (e.g., FIFO, RR, OTHER) by using the ORBSchedPolicy and
ORBScopePolicy options in svc.conf file.

- The server can be setup to use bands or no bands and thread lanes or
  no lanes.

- The client can be setup to use bands or no bands and different
  invocation priorities.  It creates a thread for each invocation
  priority and issues multiple requests to the server from each
  thread.

- The following policy combinations are tested in this example:
  __________________________________________________

  Server-side   Thread   Client-side  Multi-priority
     Bands       Lanes      Bands        Clients
  __________________________________________________

      NO          NO          NO           NO
      YES         NO          NO           NO
      NO          YES         NO           NO
      YES         YES         NO           NO
      NO          NO          YES          NO
      NO          YES         YES          NO
      NO          NO          NO           YES
      YES         NO          NO           YES
      YES         YES         NO           YES      
      NO          NO          YES          YES
      NO          YES         YES          YES

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?