Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 53594 invoked from network); 14 Apr 2008 14:26:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2008 14:26:08 -0000 Received: (qmail 92197 invoked by uid 500); 14 Apr 2008 14:26:08 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 92167 invoked by uid 500); 14 Apr 2008 14:26:08 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 92157 invoked by uid 99); 14 Apr 2008 14:26:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 07:26:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 14:25:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B449234C0C6 for ; Mon, 14 Apr 2008 07:23:05 -0700 (PDT) Message-ID: <249825384.1208182985306.JavaMail.jira@brutus> Date: Mon, 14 Apr 2008 07:23:05 -0700 (PDT) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Subject: [jira] Resolved: (HTTPCLIENT-673) revise max-per-host configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-673. ------------------------------------------ Resolution: Fixed Replaced map based configuration with a new implementation based on an abstract interface that can be used to resolve an HttpRoute to a number of connections allowed for that route. Oleg > revise max-per-host configuration > --------------------------------- > > Key: HTTPCLIENT-673 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-673 > Project: HttpComponents HttpClient > Issue Type: Improvement > Components: HttpConn > Affects Versions: 4.0 Alpha 1 > Reporter: Roland Weber > Priority: Minor > Fix For: 4.0 Alpha 4 > > > Max-per-host settings for ThreadSafeClientConnManagers are currently stored in HttpParams, where the parameter value is a map from HttpRoute (formerly HostConfiguration) to Integer. This has several drawbacks: > 1) maintaining a map as a value in HttpParams doesn't match my understanding of how params should be used > 2) the maximums based on HttpRoute are really specific to the TSCCM implementation and not a generic parameterization > some of the options are: > a) revise to define a more generic parameterization approach > b) revise into an implementation specific parameterization approach > c) define an implementation (TSCCM) specific configuration interface and a default implementation keeping the map as run-time data > cheers, > Roland -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org