venediktov / vanilla-rtb

Real Time Bidding (RTB) - Demand Side Platform framework

Home Page:http://forkbid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase QPS in HTTP handler

venediktov opened this issue · comments

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>

Waiting for approval from the team

merged from asio branch , case closed !