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 this 
would mean that 100.000 threads need to be spawned. Obviously, that many 
threads cannot be created on the JVM (I know Erlang can do this). My 
question is now whether Akka can do this or whether I need to move some 
load balancer in place like Vert.x or Erlang or something.

Thanks, Haddock

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to