httpbuilder icon indicating copy to clipboard operation
httpbuilder copied to clipboard

investigate performance issues with multithreading

Open jgritman opened this issue 11 years ago • 1 comments

Documented at http://groovy.329449.n5.nabble.com/HTTPBuilder-performance-issues-td5714593.html

jgritman avatar Mar 25 '13 22:03 jgritman

From my understand the fix is to use a MultiThreadedHttpConnectionManager, but that is not available in the http client 4.2.1 which http-builder 0.7 is using.

MultiThreadedHttpConnectionManager was replaced by PoolingHttpClientConnectionManager which is in http client 4.3+. However we cannot upgrade to http client 4.3+ without running into https://github.com/jgritman/httpbuilder/issues/21

Pyrolistical avatar Nov 20 '14 07:11 Pyrolistical