Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-271

When a connection pool is created immediately add MinConnectionPoolSize connections to it

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.2
    • Affects Version/s: 1.1
    • Component/s: None
    • Labels:
      None

      Rather than letting the connection pool slowly grow to MinConnectionPoolSize on demand, immediately add MinConnectionPoolSize connections to it as soon as it is created. The current implementation only looks at MinConnectionPoolSize when deciding whether to shrink the pool, not when the pool is created.

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: