|
1 year ago | |
---|---|---|
.. | ||
src | 1 year ago | |
template | 9 years ago | |
CMakeLists.txt | 2 years ago | |
README.md | 2 years ago | |
benchmark_config.json | 3 years ago | |
config.toml | 4 years ago | |
h2o.dockerfile | 1 year ago |
This is a framework implementation using the H2O HTTP server. It
builds directly on top of libh2o
instead of running the standalone server.
CMake, H2O, libpq, mustache-c, numactl, OpenSSL, YAJL
The test implementations are located into the src/handlers directory - refer to
the initialize_*_handler*()
functions.
If the test environment changes, it will probably be necessary to tune some of the framework
settings in order to achieve the best performance possible. The most significant parameters are the
maximum number of database connections per thread and the maximum number of pipelined database
queries per database connection, which are controlled by the -m
and the -e
command-line
options respectively.
libh2o
performs at least one system call per pipelined response.
Anton Kirilov [email protected]