⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻
字号:
# README,v 1.2 1999/06/16 17:41:18 coryan Exp

= server, client

	This test verifies that the optimizations for octet sequences
don't have strange side effects. The clients sends a number of octet
sequences that are stored by the server, it then queries the CRC
checksum for several of them (at random) to verify that the contents
are intact.
	To run this test try:

$ server -o test.ior
$ client -k file://test.ior -i 10000 -v

= OctetSeq

	This test measures the time it takes to marshal sequences of
octets of different sizes. Since TAO optimizes octet sequence
marshaling it was interesting to compare that time with the time to
marshal sequences of chars (which could be optimized also, but there
is no need for it).

	The test accepts a few options:

	-l <low>
		Sets the minimum size of the sequences tested.

	-h <high>
		The maximum size of the sequences tested.

	-s <step>
		Increase the size of the sequence from <low> to <high>
		in increments of <step>

	-n <iter>
		The number of iterations (marshaling/demarshaling)
		done for each loop.

	-q
		Be quiet, only print the summary data....

	Example:

$ ./OctetSeq -l 4096 -h 8192 -s 16 -n 32 -q

⌨️ 快捷键说明

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