Skip to content

PingPong

Or Kehati edited this page Apr 28, 2015 · 1 revision

In ping-pong mode there is at most 1 message on the wire at any given time.

Introduction

In ping-pong mode there is at most 1 message on the wire at any time. Only when the message arrives to a player (either client or server) this player will send message back to the other peer.

Details

This mode might seem as the cleanest mode without any noise that affect the test; however, this test is artificial and usually doesn't reflect real life.

For measuring performance in scenarios that are closer to real life please see UnderLoad test.

Clone this wiki locally