开发者

java Tigase Perforamnce

开发者 https://www.devze.com 2023-02-13 19:01 出处:网络
Why Tigase Server can reach so many connections? http://www.tigase.org/content/tigase-load-tests-again-50开发者_StackOverflow0k-user-connections

Why Tigase Server can reach so many connections? http://www.tigase.org/content/tigase-load-tests-again-50开发者_StackOverflow0k-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.
Because port is in range (0-65k), each client IP is limited about 65k connections to server, so if you have two ip address(two clients host) you can easily reach such that number of concurrent connections.

0

精彩评论

暂无评论...
验证码 换一张
取 消