Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 72683 invoked from network); 8 Feb 2007 12:54:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 12:54:10 -0000 Received: (qmail 82162 invoked by uid 500); 8 Feb 2007 12:54:12 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 82123 invoked by uid 500); 8 Feb 2007 12:54:12 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 82112 invoked by uid 99); 8 Feb 2007 12:54:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 04:54:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of sebbaz@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 04:54:03 -0800 Received: by ug-out-1314.google.com with SMTP id 32so421575ugm for ; Thu, 08 Feb 2007 04:53:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FY6GxEM7Qw0W7cBFyOC5rkk2TvWBzz6OcWZ0NYeQZmX+39M5yCRqtU3DgQCglgJUZqZ9acs5WDwOz0vNqsEuvjZ/Ug0urXayYMGmW11sf6PArT38AnOJfBWeOvngJrvvvzsEbelAaQ+KRm4f8hChyRbH2mUoT9cIhz4Nyjv/zBk= Received: by 10.78.203.13 with SMTP id a13mr493636hug.1170939213698; Thu, 08 Feb 2007 04:53:33 -0800 (PST) Received: by 10.78.105.8 with HTTP; Thu, 8 Feb 2007 04:53:33 -0800 (PST) Message-ID: <25aac9fc0702080453v3fa8cfe5tdc1b4d51be7db8fb@mail.gmail.com> Date: Thu, 8 Feb 2007 12:53:33 +0000 From: sebb To: "Jakarta Commons Users List" Subject: Re: [httpclient_common]_why httpclient's speed is the same with JDK httpurlconnection In-Reply-To: <45CA8835.8060502@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <84c568dd0702061706y30f2d5di8e9fc193727169ca@mail.gmail.com> <45CA8835.8060502@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 08/02/07, maomaode wrote: > I think the HttpClient essentially use the urlconnection, then i would > ask why httpclient will faster than urlconnection? As far as I know, HttpClient does not use URLConnection - it uses Sockets. This is what gives it the ability to manage connections more flexibly than URLConnection. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org