Re: [akka-user] Many concurrent network connections

2015-02-26 Thread Haddock
Am Donnerstag, 26. Februar 2015 14:39:20 UTC+1 schrieb √: Hi Haddock, First, let me say that your name is awesome. Thanks. I may appear drunk at times judging from my talking, but I'm not ;-). Secondly, have a look here: https://typesafe.com/blog/qa-with-caoyuan-deng-akka-at-wandoujia

Re: [akka-user] Many concurrent network connections

2015-02-26 Thread Viktor Klang
Hi Haddock, First, let me say that your name is awesome. Secondly, have a look here: https://typesafe.com/blog/qa-with-caoyuan-deng-akka-at-wandoujia -- Cheers, √ On 25 Feb 2015 20:35, Haddock ffm2...@web.de wrote: Hello, I have a questions concerning holding many network connections and

[akka-user] Many concurrent network connections

2015-02-25 Thread Haddock
Hello, I have a questions concerning holding many network connections and whether Akka can handle this. Let's say a system needs to be able to hold 50.000 network connections at the same time. So there are 50.000 incoming connections and 50.000 outgoing connections. In a conventional system

[akka-user] Many concurrent network connections

2015-02-25 Thread Adam
I'll refer you to here: http://doc.akka.io/docs/akka/2.3.9/dev/io-layer.html It says Akka IO is designed with the requirement of scalability to millions of concurrent connections. Of course, this typically requires tuning (including at the OS level), but sounds like 50k should be supported. I