Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-279

be lazier about holding on to connections

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.2.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Imagine a long running workload that has 10 threads. Each thread has a client they are using to communicate with the MongoDB server. 5 are doing reads, 5 are doing writes.

      If the replicaSet is a 3 member node, we will hold onto 30 connections even tho only 10 can be used at a time.

      We can improve this a bit.

            Assignee:
            Unassigned Unassigned
            Reporter:
            christian.hergert@10gen.com Christian Hergert
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: