1.0.4
We present a newly designed session pool, which provides a safer resource management than the previous one. With this new pool, the maximum amount of sessions is no longer limited, instead you will get as much sessions as your application demands. This session pool uses IdleSessionPool
to buffer the sessions that are not used currently but are available to be reused immediately. Therefore with this new change, the previous connectionPoolSize
, which specifies the max number of connections per URL for this driver is deprecated.