I'm seriously thinking about Erlang now. What raised my eyebrows was "2-3 million concurrent connections on a single FreeBSD box"[this is what WhatsApp achieved]. Async network IO can be done with library support in Python, natively in nodeJS, etc. I wonder if one can push those stacks to this level.
> concurrent connections on a single FreeBSD box Do you have a source for that? I'd love to read more
https://blog.whatsapp.com/index.php/2012/01/1-million-is-so-...
http://blog.whatsapp.com/index.php/2011/09/one-million/
http://www.erlang-factory.com/upload/presentations/558/efsf2...
Perhaps those would make a good starting point?