Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 17880 invoked from network); 16 Jan 2010 22:40:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jan 2010 22:40:16 -0000 Received: (qmail 97693 invoked by uid 500); 16 Jan 2010 22:40:15 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 97635 invoked by uid 500); 16 Jan 2010 22:40:15 -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 97625 invoked by uid 99); 16 Jan 2010 22:40:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jan 2010 22:40:15 +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; Sat, 16 Jan 2010 22:40:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 616F7234C498 for ; Sat, 16 Jan 2010 14:39:54 -0800 (PST) Message-ID: <998574784.294201263681594397.JavaMail.jira@brutus.apache.org> Date: Sat, 16 Jan 2010 22:39:54 +0000 (UTC) From: "Tony Poppleton (JIRA)" To: dev@hc.apache.org Subject: [jira] Updated: (HTTPCORE-215) Performance hot spots In-Reply-To: <390507789.293451263673557195.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/HTTPCORE-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Poppleton updated HTTPCORE-215: ------------------------------------ Attachment: Hot spots using version 4.0.jpg The screenshot entitled "Hot spots using version 4.0" was taken using the latest released distribution of the 4.0 stream. The two previous screenshots were actually taken on a modified trunk that uses the BasicLineParser patch with a custom parseInt that can be found attached to HTTPCORE-212 It is interesting to note that the String.init dropped from 3rd to 4th hot spot between the screenshots, which implies that the patch is effective at improving performance (although not a proper proof). > Performance hot spots > --------------------- > > Key: HTTPCORE-215 > URL: https://issues.apache.org/jira/browse/HTTPCORE-215 > Project: HttpComponents HttpCore > Issue Type: Improvement > Components: HttpCore > Reporter: Tony Poppleton > Priority: Minor > Attachments: Hot spots using version 4.0.jpg, screenshot-1.jpg, screenshot-2.jpg > > > Attached is a snapshot of my application running under JProfiler. My application uses HttpClient extensively, and does many request per second. It is probably a fairly common use-case of the library under load. > If anyone has any ideas on how to improve performance on any of the flagged methods, then please create a subtask. > Thanks -- 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