currently connection is non-persistent runs 11K QPS on a 4 core CPU 2.2Ghz
Preliminary tests with updated CRUD showing major speed improvement tested by ab.sh --test
it ran at 49K QPS .
add persistent_connection.hpp to CRUD and use it in exchange_server<Handler,Connection>
currently connection is non-persistent runs 11K QPS on a 4 core CPU 2.2Ghz Preliminary tests with updated CRUD showing major speed improvement tested by ab.sh --test it ran at 49K QPS .