-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0-M24
-
Fix Version/s: 1.0.0-M25
-
Labels:None
Atl, when we pull a connection from the Pool, this connection gets validated, which requires a roundtrip to the server. It's also re-bound when we release the connection, which is another roundtrip to the server.
We need a lighter config factory for the pool, that does not do such roundtrips, but assume that if the connection is still up, then we can reuse it.