Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Yellow-Camper/libevhtp

Folders and files

NameName
Last commit message
Last commit date
Oct 27, 2017
Sep 20, 2017
Mar 18, 2018
Dec 15, 2011
Aug 7, 2018
Feb 7, 2019
Feb 6, 2019
Sep 20, 2017
Apr 15, 2018
Jul 9, 2018
Feb 6, 2019
Feb 6, 2019
Nov 19, 2017
Apr 18, 2018
Feb 7, 2019
Feb 7, 2019
Mar 20, 2015
Aug 9, 2018
Mar 23, 2018
Aug 2, 2019
Mar 27, 2018
Jan 29, 2019
Jul 10, 2018
Mar 6, 2015

Repository files navigation

LOGO

Libevhtp

Build Status Gitter Packaging status

Coverity Scan Build Status

Required Dependencies

Optional Dependencies

Building

  • cd build
  • cmake ..
  • make
  • make examples

For Windows MinGW

  • cmake -G "MSYS Makefiles" -DCMAKE_INCLUDE_PATH=/mingw/include -DCMAKE_LIBRARY_PATH=/mingw/lib -DCMAKE_INSTALL_PREFIX=/mingw .
  • make

Performance stuff

While we never documented any benchmark publically, the popular open source project ZIMG did a bit of that for us.The ZIMG team decided to move away from NGINX to libevhtp for their software, and the results were pretty outstanding. Here is a graph showing their application under very high load

ZIMG GRAPH

The X-axis is the number of connections, while the Y-axis is requests per second.

You can read the whole article here: Architecture Design of an Image Server

Slightly outdated (Now faster!) HI NGINX