I need to create a pool of socket connections (TCP). I'm planning to use commons pool but would like to know about any proprietary object pool libraries in the market.
Thank you Bhargava
I need to create a pool of socket connections (TCP). I'm planning to use commons pool but would like to know about any proprietary object pool libraries in the market.
Thank you Bhargava
Apache Commons provide a generic Object pooling library called Pool
It also has a database specific pooling library call DBCP