[erlang-questions] Tcp server for a high concurrency?

Gleb Peregud gleber.p@REDACTED
Mon Apr 11 09:55:24 CEST 2011


At the project I'm working on we have managed to connect 850k clients to a
single erlang server on m2.4xlarge EC2 instance. Please note that in fact
there is no limitation of 64k connections per IP address mentioned in the
link provided by previous respondent, since TCP/IP connection uniqueness is
determined by 4-element tuple {srcip, srcport, dstip, dstport} not by
2-element tuple as suggested in linked article

Best regards,
Gleb Peregud
On 11 Apr 2011 04:43, "Kaiduan Xie" <kaiduanx@REDACTED> wrote:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110411/fc8da42a/attachment.htm>


More information about the erlang-questions mailing list