sockets - TCP Connection Pooling JAVA -


i found similar question here: how implement tcp connection pooling in java?

but see answers not enough. also, tried other links connection pooling examples either related db or http connection pooling.

here situation: have server running using socket on port. now, there middle-ware clients interact , middle-ware interacts tcp server response. so, wanted create connection pool between middle-ware , tcp server.

now, here questions:

  1. is tcp connection pooling possible.
  2. if is, there library me? or have implement myself?
  3. if former, link library, docs etc. help. if latter, related implementation (readable , understandable) of help.

(i'd prefer former.)


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -