readme

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

TXT
36
字号
// README,v 1.1 1999/12/02 05:22:18 marina Exp

This directory contains programs for measuring performance/priority
inversions for the single server endpoint scenario (described below).

Server, which has a single endpoint,
creates a Test object and exports its ior.  Client runs the specified
number of threads at specified priorities (see command line arguments
description below), with the threads concurrently invoking an
operation on an ior exported by the server.

See run-test.pl for a sample run.  (Perl script starts a server, and
then runs a client with 5 low-priority threads and one high-priority thread).


Command Line Arguments
**********************

server

-o <ior_output_file>      Name of the file where to store IOR of the server.

client

-i <ior>                  IOR of the object to use for invocations.

-n <number of iterations> Number of invocations each thread must
                          perform on the object.

-p <period>               Period with which invocations should be made.

-t <corba_priority>       Specify a corba priority of a a client
                          thread to run.  This option can be used
                          multiple times in order to specify the
                          number of threads in the client and their priorities.

⌨️ 快捷键说明

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