chronoxor / CppServer

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

Open ghost opened 2 years ago

ghost commented 2 years ago

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?