Why Tigase Server can reach so many connections? http://www.tigase.org/content/tigase-load-tests-again-500k-user-connections
Could I reach 100,000 connections hypothetically with Netty?
|
Why Tigase Server can reach so many connections? http://www.tigase.org/content/tigase-load-tests-again-500k-user-connections Could I reach 100,000 connections hypothetically with Netty? |
|||
|
|
|
I've made Netty accepted 100k connection with Netty.
In theory, a socket is identified by src_ip,src_port,dst_ip,dst_port,protocol. |
|||
|
|