readme

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

TXT
22
字号
# README,v 1.4 1998/12/30 23:43:00 coryan Exp

This test can be pretty complicated to run, a sample configuration file is
included to help you startup.

	The basic idea to remember is that a "Federation" is a logical
grouping of incoming and outgoing mcast addresses that share the same
multicast port.  The test reads the configuration file to find out
which Federations are globally available defined, but the comand line
is used to specify the list of federations that are actually running
on each process.

	To make the test interesting you should run at least two
copies of the test, on different windows (to keep the output appart):

$ ./EC_Mcast -p ECM1.pid -c sample.cfg -n 200 -t 500000 -f Set02
$ ./EC_Mcast -p ECM2.pid -c sample.cfg -n 200 -t 500000 -f Set02

	the test will report the number of events received, if you run
just one of the processes you will notice that this number is smaller,
this indicates that some events come from a "remote" event.

⌨️ 快捷键说明

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