Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 91888 invoked from network); 7 Mar 2010 13:12:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Mar 2010 13:12:08 -0000 Received: (qmail 66876 invoked by uid 500); 7 Mar 2010 13:11:48 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 66841 invoked by uid 500); 7 Mar 2010 13:11:48 -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 66833 invoked by uid 99); 7 Mar 2010 13:11:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 13:11:48 +0000 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; Sun, 07 Mar 2010 13:11:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 365E9234C4AC for ; Sun, 7 Mar 2010 13:11:27 +0000 (UTC) Message-ID: <2093682176.124931267967487221.JavaMail.jira@brutus.apache.org> Date: Sun, 7 Mar 2010 13:11:27 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Subject: [jira] Commented: (HTTPCLIENT-925) HttpClient 4.0.1 is approx. 3 time slower then older 3.1 when works against www.google.com In-Reply-To: <1972233046.120581267915227228.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842424#action_12842424 ] Oleg Kalnichevski commented on HTTPCLIENT-925: ---------------------------------------------- What is the point of all this if you are not listening? Oleg > HttpClient 4.0.1 is approx. 3 time slower then older 3.1 when works against www.google.com > ------------------------------------------------------------------------------------------ > > Key: HTTPCLIENT-925 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-925 > Project: HttpComponents HttpClient > Issue Type: Improvement > Reporter: Oleksandr Alesinskyy > Priority: Minor > Attachments: google.zip > > > I have tried benchmarks from httpclient-benchmark - results are some what funny - while for most tried sites 4.0.1 is marginally faster then 3.1, for a couple of sites it is significantly slower, the most noticeable for www.google.com, test were repeated multiple times, here are sample output from 4.0.1 and 3..1 > *4.0.1* > Server Software: gws > Document URI: http://www.google.com > Document Length: 8459 bytes > Time taken for tests: 3.952 seconds > Complete requests: 10 > Failed requests: 0 > Content transferred: 84524 bytes > Requests per second: 2.5303645 [#/sec] (mean) > Time per request: 395.2 [ms] (mean) > *3.1* > Server Software: gws > Document URI: http://www.google.com > Document Length: 6847 bytes > Time taken for tests: 1.354 seconds > Complete requests: 10 > Failed requests: 0 > Content transferred: 68488 bytes > Requests per second: 7.3855247 [#/sec] (mean) > Time per request: 135.4 [ms] (mean) > It is interesting, why. -- 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