Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-1770

Create connection objects on demand only

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 2.9.0.rc0
    • Affects Version/s: None
    • Component/s: Connections
    • Labels:
      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@mongodb.com Oleg Pudeyev (Inactive)
            Reporter:
            oleg.pudeyev@mongodb.com Oleg Pudeyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: