readme

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

TXT
27
字号
# README,v 1.1 1999/10/08 17:12:26 irfan Exp

Description:

This is a simple test for buffered oneways.  It invokes multiple
oneway calls.  Due to buffering in the ORB, the calls are
automatically bunched together instead of being delivered to the
server upon every invocation.

Expected output:

The client invokes a oneway after <interval> amount of time.  Flushing
occurs every <flush count> invocations (explicitly), or after <message
count> invocations (implicitly), or after <message bytes> have been
queued up (implicitly).  Any of these options can be turned off by
setting them to -1.

The server prints out the time and the number of the oneway request.
The output should show a batch of invocations received on 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 + -
显示快捷键?