[jboss-dev-forums] [Design of JBoss ESB] - Adding a "max-connections-per-host" to the HttpClientFactory
tfennelly
do-not-reply at jboss.com
Wed Jun 24 06:58:06 EDT 2009
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#4239698
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239698
More information about the jboss-dev-forums
mailing list