No-SilverBullet commented on PR #117: URL: https://github.com/apache/dubbo-getty/pull/117#issuecomment-2065809486
> 检验一下逻辑,然后贴一下结果就行。 测试了一下,客户端的连接数设置 > 服务端可用连接数,抓包时间一分钟。使用现在的dubbo-getty1.4.9版本,TCP连接2421个,服务端TIME_WAIT 2584个。 <img width="1010" alt="image-20240419114522302" src="https://github.com/apache/dubbo-getty/assets/112961281/066e0018-6909-4c46-b05c-cda780663edf">  使用当前PR修改后的代码,TCP连接数量大幅减少,且没有不断重连的现象。 <img width="1020" alt="image-20240419134431210" src="https://github.com/apache/dubbo-getty/assets/112961281/216b8529-f050-43b0-8429-fbc9cee89d35">  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
