File tree Expand file tree Collapse file tree
src/site/markdown/httpcomponents-client-5.6.x Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,11 +49,12 @@ The concurrency behaviour of the underlying pool is controlled by
4949 and busy routes can get more connections under load. This can improve
5050 utilisation at the cost of strict per-route fairness.
5151
52- * ** OFFLOCK**
52+ * ** OFFLOCK** * (experimental) *
5353 Uses the route-segmented pool implementation (` RouteSegmentedConnPool ` ) which
5454 keeps per-route state in independent segments and reduces contention on shared
5555 structures. The implementation still uses locking where needed; the goal is
56- to minimise time spent under hot pool locks.
56+ to minimise time spent under hot pool locks. As an experimental policy its
57+ behaviour and configuration may change in future releases.
5758
5859You can select the policy with the builder:
5960
You can’t perform that action at this time.
0 commit comments