📜 ⬆️ ⬇️

WhatsApp server serves over a million TCP connections

The developers of the popular program WhatsApp Messenger reported on a blog that they optimized the server backend to improve performance, uptime and scalability. As a result, they managed to achieve that one server serves more than a million tcp-sessions.

$ netstat -an | grep -c EST
1016313


WhatsApp backend works on FreeBSD + Erlang. They are not the first to achieve a million simultaneous tcp sessions on the same server.

')

Source: https://habr.com/ru/post/129035/


All Articles