Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-25392

Add some user visible control over ASIO networking and connection pools

    • Type: Icon: New Feature New Feature
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.2.7
    • Component/s: Networking
    • Labels:
      None
    • Fully Compatible
    • Platforms 2016-10-31, Platforms 2016-11-21

      At the moment, there is no user configurable control over NetworkInterfaceASIO connection pools.

      That is, there is way to change any of the following settings:

      1. minimum pool size (current default is 1). A configurable min size parameter may help reduce the connection creation latency (useful for certain workloads).
      2. max pool size (current default is unbounded / std::numeric_limits<size_t>::max()) .
      3. host timeouts (currently default is 5 minutes).
      4. refresh timeout (20 seconds) and requirement (60 seconds)

      In any event, some user visible / configurable parameters may help.

      Thanks,
      -Jim

            Assignee:
            jonathan.reams@mongodb.com Jonathan Reams
            Reporter:
            jim.oleary@mongodb.com James O'Leary
            Votes:
            2 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: