Good Client Socket Pool

后端 未结 2 2098
清酒与你
清酒与你 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

    You could have a look at building a socket pool on top of Commons Pool.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题