From 41300dd97dedfa01876a1632ef295a21d5e0e7a8 Mon Sep 17 00:00:00 2001 From: Grace Cavarretta Date: Mon, 17 Feb 2025 17:51:48 -0500 Subject: [PATCH] Updated table using Bootstrap --- index.html | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) 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: