I am trying to use an object pool. The idea is to reuse objects that require resources or time during their creation and that can easily be reset after each use. The classic example is a network connection pool, and the Apache Commons Database Connection Pool (DBCP) is the prime example and user of its [...]
Odd behavior using Apache Commons Pool
August 16th, 2008 1 Comment
Tags: Apache Commons Database Connection Pool · Apache · Apache Commons Pool · Commons Pool · Object Factory · XMPP client library