java - 如何保持netty的一个client不断发送消息?
PHP中文网
PHP中文网 2017-04-18 10:37:11
0
2
662
PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
Peter_Zhu

Described like a connection pool

洪涛

Create all the links and put them in a queue. Then when you need to transmit data, just take the links from the queue and use them. In order to ensure that the link is not interrupted, a heartbeat mechanism may be required.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!