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

📄 readme

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

	Performance tests for the real-time event channel.

This directory contains several tests to measure the performance of
the real-time event channel.  Remember to compile ACE and TAO with
optimizations enabled when running this tests.

	Here are some canonical test configurations:

# Measure throughput and latency, in a configuration suitable for
# single threaded systems.  This is probably the best case scenario,
# one supplier, one consumer and no locking.

$ Throughput -burstsize 100000 -burstcount 1

# Same test as above, but with a configuration that is MT-safe

$ Throughput -ORBsvcconf ec.st.conf -burstsize 100000 -burstcount 1

# Increase the number of consumers, but only the first one receives
# events.

$ Throughput -ORBsvcconf ec.st.conf -burstsize 100000 -burstcount 1 \
  -consumers 4

# Now increase the number of suppliers, only one consumer receives
# events from each supplier.

$ Throughput -ORBsvcconf ec.st.conf -burstsize 100000 -burstcount 1 \
  -consumers 4 -suppliers 4

# Now a test where all consumers receive events from all suppliers

$ Throughput -ORBsvcconf ec.st.conf -burstsize 100000 -burstcount 1 \
  -consumers 4 -suppliers 4 -consumers_tshift 0 -suppliers_tshift 0


# Measure the time required to connect the 100 consumers and 100
# suppliers, inserting one supplier first and then one supplier.
# Try -connection_order "consumers" or "suppliers"

$ Connect -ORBsvcconf ec.st.conf -consumers 100 -suppliers 100 \
  -connection_order interleaved


NOTES

	Don't worry about the "incomplete data" warning, it is a
deffect in the test.

⌨️ 快捷键说明

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