Hacker News new | ask | show | jobs
by 1st1 3928 days ago
Thanks for writing this!

> [..] It handles hundreds of thousands of concurrent connections [..]

Is it a single process application, or you use a few OS processes behind some load balancer?

1 comments

Yes, it is a single process application. But to utilize all cores I use Gunicorn to spawn multiple processes.

http://aiohttp.readthedocs.org/en/stable/gunicorn.html