readme

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

TXT
33
字号
# README,v 1.1 2000/01/07 04:44:06 irfan Exp

Description:

This is a test for oneways with buffering and timing constraints.  The
client sends is setup to send large requests to the server.  The
server is setup to take a long time to process these requests.  The
combination will cause flow control for the client.  The timing
constraints on the client ORB will prevent the client from blocking
because of flow control.  The request is queued up for later delivery
once the flow control subsides.

Controlling the test:

The client invokes a oneway of size <data_bytes> after every
<interval> amount of time.  The amount of time taken by the server to
process the request is <remote_work>.  Blocking on the client is
prevented by <roundtrip_timeout>.

Expected output:

The client should be able to make steady progress, i.e., should not be
effected by flow control, while the server is slow to catch up.  At
the end of the client application, it will block to make sure that any
unsent data is delivered to the server.

How to run:

You can use the run_test.pl script to run it or:

$ server
$ client

⌨️ 快捷键说明

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