Hacker News new | ask | show | jobs
by adontz 2670 days ago
With Python/uvloop I can easily get 10K-12K connections per second per core, so 36 cores will be fine with Python too.
1 comments

Can you show me your example code?

Also, assuming it scales up linearly is a bit risky, although I agree with that kind of conn/s I am sure it will be sufficient.

Nothing special, just usual asyncio Protocol with uvloop policy.
I would love to see the code.