httpbuilder
httpbuilder copied to clipboard
investigate performance issues with multithreading
Documented at http://groovy.329449.n5.nabble.com/HTTPBuilder-performance-issues-td5714593.html
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