readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 57 行
TXT
57 行
// README,v 1.3 2001/03/27 11:41:00 irfan Exp
Description
-----------
This directory contains a simple three stage AV test:
a. Sender
b. Distributer
c. Receiver
The sender reads data read from a file and sends it to the distributer
process. The distributer acts as a conduit. It receives data from the
sender and sends it immediately to the receiver process.
The sender and receiver register their references with the Naming
Service. The distributer gets the sender and receiver references from
the Naming Service. It then binds to the receiver and sender. When
the connection between the distributer and sender is set up the sender
starts sending to the distributer which in turn sends data to the
receiver. When the sender has finished reading the file it tells the
ditributer which in turn tells the recveiver to destroy the streams
set up.
Running the test
----------------
Start the Naming Service
Start the following processes in the same order.
sender
------
sender [-f <filename>] [-r <data_rate>]
-f filename --> The name of the file from which data needs to be sent
-r data_rate --> The rate at which the data needs to be paced.
receiver
--------
receiver [-f <filename>]
-f filename --> File into which the data received from the distributer is stored.
distributer:
-----------
distributer (no args)
Please see run_test.pl script for the detail of a test run.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?