You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3>Benchmark</h3>Performance comparison using different event notification mechansims in Libevent. We declare interest in a large number of connections of which most are cold and only a few are active.
255
255
256
+
<divclass="container text-center">
257
+
<divclass="row">
258
+
<divclass="col-md-6">
259
+
<imgsrc="//monkey.org/~provos/libevent/libevent-benchmarks.jpg" alt="Benchmarks with one active connection" class="img-fluid">
260
+
<p>The benchmark measures how long it takes to serve one active connection and exposes scalability issues of traditional interfaces like select or poll.</p>
261
+
</div>
262
+
<divclass="col-md-6">
263
+
<imgsrc="//monkey.org/~provos/libevent/libevent-benchmark2s.jpg" alt="Benchmarks with 100 active connections" class="img-fluid">
264
+
<p>The benchmark measures how long it takes to serve one hundred active connections that chain writes to new connections until a thousand writes and reads have happened. It exercises the event loop several times.</p>
0 commit comments