Good Client Socket Pool

后端 未结 2 2097
清酒与你
清酒与你 2021-02-15 22:53

I need to manage long running TCP socket connections to an external server from my Java application. I\'m looking for a good socket pool so I will be able to re-use the sockets.

2条回答
  •  伪装坚强ぢ
    2021-02-15 23:25

    Koders.com has an implementation here. I can't vouch for it's functionality, however, so you should run a few tests on it.

提交回复
热议问题