Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 25209 invoked from network); 26 Oct 2007 13:25:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 13:25:44 -0000 Received: (qmail 49147 invoked by uid 500); 26 Oct 2007 13:25:31 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 49020 invoked by uid 500); 26 Oct 2007 13:25:31 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 49011 invoked by uid 99); 26 Oct 2007 13:25:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 06:25:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [80.126.124.226] (HELO alpha.quies.net) (80.126.124.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 13:25:35 +0000 Received: from www-data by alpha.quies.net with local (Exim 3.36 #1 (Debian)) id 1IlOzi-0005FA-00 for ; Fri, 26 Oct 2007 15:12:58 +0200 Received: from gvprox22.epo.nl (gvprox22.epo.nl [145.64.134.242]) by webmail.quies.net (IMP) with HTTP for ; Fri, 26 Oct 2007 15:12:58 +0200 Message-ID: <1193404378.4721e7da154ce@webmail.quies.net> Date: Fri, 26 Oct 2007 15:12:58 +0200 From: "Pascal S. de Kloe" To: HttpComponents Project Subject: Re: Performance References: <1193402814.4721e1be31d5a@webmail.quies.net> <1193403884.18403.52.camel@okhost> In-Reply-To: <1193403884.18403.52.camel@okhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.6 X-Originating-IP: 145.64.134.242 X-Virus-Checked: Checked by ClamAV on apache.org Hello Oleg, > (2) Can you give us a little more details regarding the performance > problems you have been observing? The latencies they are experiencing are somewhere between 37 and 100 ms with 10 threads doing 100 HTTP GET calls each. However once they move to a 100 threads with 1000 calls each the latencies go up from 1500 to 15000 ms! I guess this has something to do with the extensive use of synchronized methods? > (3) Give us a little more details about your application. At the very > least what version of HttpClient is being used. The application is a server doing lots of small HTTP GET requests with one of the latest 3.x versions. > Just for the record, HttpClient 3.x codeline has numerous design issues > with its core components but I am not aware of anything that may lead to > "some serious performance problems" For this server 40 ms is a serious performance problem. That's why I wanted to know how much performance tuning you'd like. ;) Thanks for your quick reply. --------------------------------------------------------------------- To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org