Good Client Socket Pool

David Rabinowitz picture David Rabinowitz · Jun 2, 2009 · Viewed 12.8k times · Source

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. Are there any suggestions?

Answer

Mark picture Mark · Jun 2, 2009

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