Hacker News new | ask | show | jobs
by otterdude 169 days ago
256 Processes x 10k clients (per the article) = 256K RPS
1 comments

Aren't you of by a zero? 10K requests per core / per second, time 256 cores is 2.560.000 RPS.

There's probably going to be some overhead, but it seems like you could do 1M, if you have the bandwidth.

I think the most likely bottleneck is gonna be your NIC hating getting a ton of packets. Line rate with huge frames is quite different than line rate with just ICMP packets, for instance (see CME binary glink market data for a similarly stressful experience to the ICMP).