HttpClientFactory.createHttpClient creates a HttpConnectionManager instance and configures
the "max-total-connections". This is somewhat irrelevant however as the
HttpClient still has a default limit of 1 (or 2 - I forget) max connections per connected
host, so will never use anything like the configured "max-total-connections".
So it seems like we need to add support for a "max-connections-per-host"
configuration. How should this work?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239698#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...