On Wed, Jan 4, 2017 at 11:50 PM, Paul Bryan <pbryan@salesforce.com> wrote:
> If a connection from a connection pool goes bad (e.g. got disconnected),
> what's the right thing to do with it?
If you put it back in the pool it should be detected as broken and
replaced with a fresh one.
-- Daniele