100 requests per second? That is not too impressive. Yes, I know Python is their tool of choice, but it is probably the wrong tool for the problem at hand.<p>There are frameworks that can handle over a million requests per second (simple json output) or at least several 10,000 requests per second if DB queries are performed (even though on different hardware, but just compare the scale).<p><a href="https://www.techempower.com/benchmarks/#section=data-r20&hw=ph&test=json" rel="nofollow">https://www.techempower.com/benchmarks/#section=data-r20&hw=...</a>
<a href="https://www.techempower.com/benchmarks/#section=data-r20&hw=ph&test=query" rel="nofollow">https://www.techempower.com/benchmarks/#section=data-r20&hw=...</a><p>I think, if performance is a strong requirement, they were better off with another programming language.