I know when using the built-in Java HTTP client in a JMeter HTTP Request
sampler connections may or may not be pooled, depending on the JVM implementation and configuration.
However, does JMeter pool connections when using HttpClient3.1 or HttpClient4?
There are some hints in the JMeter documentation that it may, but nothing in the documentation definitively states it.
If it does, is there a way to control the connection pool? For example, can you set the size of the pool?