Anton Kirilov a7e9fb7472 H2O: Final reduction of the number of database connections (#3751) 7 tahun lalu
..
src 47ec0bfe8f H2O: Various changes (#3577) 7 tahun lalu
template 29ef2fd38e H2O: Add implementation 9 tahun lalu
CMakeLists.txt d11851d616 H2O: Set thread memory allocation policy (#3163) 7 tahun lalu
README.md e141888edb H2O: Version upgrade and other changes (#3253) 7 tahun lalu
benchmark_config.json 23787ebcc6 H2O: Another batch of changes (#3670) 7 tahun lalu
h2o.dockerfile 23787ebcc6 H2O: Another batch of changes (#3670) 7 tahun lalu
start-servers.sh a7e9fb7472 H2O: Final reduction of the number of database connections (#3751) 7 tahun lalu

README.md

h2o

This is a framework implementation using the H2O HTTP server.

Requirements

CMake, H2O, libpq, mustache-c, OpenSSL, YAJL

Performance issues

Plaintext

H2O performs at least one system call per pipelined response.

Cached queries

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.

Contact

Anton Kirilov [email protected]