Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
MIT License
1.43k
stars
284
forks
source link
How many HTTP connections can CppServer simultaneously hold on to? #73
Basically as stated - separate from high throughput demonstrated in the benchmarks, how many requests can CppServer hold onto while I work on generating a response?
Basically as stated - separate from high throughput demonstrated in the benchmarks, how many requests can CppServer hold onto while I work on generating a response?