-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Connections
-
None
Currently the driver sometimes creates the connection objects eagerly, but it does not always keep a connection pool at its min size. Since having connection objects does not accomplish the goal of having established network connections, but having the objects be sometimes eagerly created complicates the code, it is better to always create the connection objects only when they are needed for an operation.