The default http connection pool, i.e. KeepAliveCache, is a VM-wide single pool. Various threads will share connections from this pool. But certain work like simulation or benchmarking needs a way to plug in a connection pool with different policy, e.g. per-thread.
- relates to
-
JDK-5050560 Need to avoid global HttpURLConnection pooling used in HttpClient/KeepAliveCache
-
- Closed
-