I need to create a pool of socket connections which will be served to multiple worker threads. Is there a thread safe object pool implementation with functionality similar to Apache Commons’ GenericObjectPool?
I need to create a pool of socket connections which will be served to
Share
Check out boost.flyweight.