|
|
7 years ago | |
|---|---|---|
| .. | ||
| src | 7 years ago | |
| template | 9 years ago | |
| CMakeLists.txt | 8 years ago | |
| README.md | 7 years ago | |
| benchmark_config.json | 7 years ago | |
| h2o.dockerfile | 7 years ago | |
| start-servers.sh | 7 years ago | |
This is a framework implementation using the H2O HTTP server.
CMake, H2O, libpq, mustache-c, OpenSSL, YAJL
H2O performs at least one system call per pipelined response.
The in-memory caching mechanism provided by libh2o uses mutexes even for read-only access, so when the application is running multithreaded, cache usage is serialized.
Anton Kirilov [email protected]