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:
- is tcp connection pooling possible.
- if is, there library me? or have implement myself?
- if former, link library, docs etc. help. if latter, related implementation (readable , understandable) of help.
(i'd prefer former.)
Comments
Post a Comment