-
Type:
New Feature
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.2.7
-
Component/s: Networking
-
None
-
Fully Compatible
-
Platforms 2016-10-31, Platforms 2016-11-21
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
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:
- minimum pool size (current default is 1). A configurable min size parameter may help reduce the connection creation latency (useful for certain workloads).
- max pool size (current default is unbounded / std::numeric_limits<size_t>::max()) .
- host timeouts (currently default is 5 minutes).
- refresh timeout (20 seconds) and requirement (60 seconds)
In any event, some user visible / configurable parameters may help.
Thanks,
-Jim