diff --git a/index.html b/index.html index d99ae53..6594c20 100644 --- a/index.html +++ b/index.html @@ -249,23 +249,18 @@

Older Releases

Benchmark

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. - - - - - - - - - - - - - - - - -
Benchmarks with one active connection Benchmarks with 100 active connections
The benchmark measures how long it takes to serve one active connection and exposes scalability issues of traditional interfaces like select or poll. The benchmark measures how long it takes to serve one hundred active connections that chain writes to new connections until thousand writes and reads have happened. It exercises the event loop several times.
+
+
+
+ Benchmarks with one active connection +

The benchmark measures how long it takes to serve one active connection and exposes scalability issues of traditional interfaces like select or poll.

+
+
+ Benchmarks with 100 active connections +

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.

+
+
+

Programs using libevent

The usefulness of libevent API is demonstrated by the following applications: