Create connection objects on demand only

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 2.9.0.rc0
    • Affects Version/s: None
    • Component/s: Connections
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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.

            Assignee:
            Oleg Pudeyev (Inactive)
            Reporter:
            Oleg Pudeyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: