Nodejs set backlog 512 by default. Does this mean a nodejs server can only accept less than 512 client requests at a single timing point?
If nodejs server spends 20ms processing one request, is the max qps/tps is 50?
I was confused by max concurrent clients, qps, and tcp backlog. (please consider nodejs only one process)
Thank you!