Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 79156 invoked from network); 24 Jun 2009 09:21:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jun 2009 09:21:53 -0000 Received: (qmail 57719 invoked by uid 500); 24 Jun 2009 09:22:03 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 57655 invoked by uid 500); 24 Jun 2009 09:22:03 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 57640 invoked by uid 99); 24 Jun 2009 09:22:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 09:22:02 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ferncam1@gmail.com designates 209.85.220.211 as permitted sender) Received: from [209.85.220.211] (HELO mail-fx0-f211.google.com) (209.85.220.211) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 09:21:54 +0000 Received: by fxm7 with SMTP id 7so632004fxm.22 for ; Wed, 24 Jun 2009 02:21:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=i20kyYsbc1blqwuvY0V8H9IEl873j/RdK7iY12IqizY=; b=i99D3psj0W70BMDVWxlB3hyUrv9ww1wXIecQoKBcPBCZXdYhWpd8ciiPhL2Z/3oxKQ 6rd8nV/UawEqzdzRsbaC2qPDixIbsHJPSsfFS6lEYfmCdPTMLpbMnNAsqmN71rEL/522 Y88W+9eJKGapoV/0iYeiC9xMiejPfCPPNO3Us= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qYs0QlWznRMXlQizZh4D0jVEcO1rfXIlDCsaaZ3vJXjLiRITKqFOIV19GlHiKR6Oxz Ot3wwZSpurbZeQLOMyPZOTVJpcflinYxNHeKmhMbkli+ih+HcipJYNhvjGf9NOXEiSkY jKxT1AygHzWXBxDBqSo9VSdL5kLAiXZJHZc7A= MIME-Version: 1.0 Received: by 10.204.77.78 with SMTP id f14mr1091115bkk.76.1245835293461; Wed, 24 Jun 2009 02:21:33 -0700 (PDT) In-Reply-To: <4A3FD0ED.902@apache.org> References: <4A3FD0ED.902@apache.org> Date: Wed, 24 Jun 2009 11:21:33 +0200 Message-ID: <6c6be1ae0906240221w3e99b5aah77c019466bcc0675@mail.gmail.com> Subject: Re: [ANNOUNCEMENT] HttpComponents HttpCore 4.0.1 (GA) Released From: Adrian Cole To: HttpClient User Discussion Content-Type: multipart/alternative; boundary=001485f794701d8e25046d14a23f X-Virus-Checked: Checked by ClamAV on apache.org --001485f794701d8e25046d14a23f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanks for the work on this, Oleg. I'm upgrading today. Any news on what to expect for 4.1? Thanks, -Adrian jclouds On Mon, Jun 22, 2009 at 8:43 PM, Oleg Kalnichevski wrote: > The Apache HttpComponents project is pleased to announce the release of > HttpComponents HttpCore 4.0.1. > > This is a patch release addressing a number of issues discovered since the > 4.0 release. Users of NIO module are advised to upgrade. > > Download - > > Release notes - > > HttpComponents site - > > > About HttpComponents Core - > HttpCore is a set of low level HTTP transport components that can be used > to build custom client and server side HTTP services with a minimal > footprint. HttpCore supports two I/O models: blocking I/O model based on the > classic Java I/O and non-blocking, event driven I/O model based on Java NIO. > The blocking I/O model may be more appropriate for data intensive, low > latency scenarios, whereas the non-blocking model may be more appropriate > for high latency scenarios where raw data throughput is less important than > the ability to handle thousands of simultaneous HTTP connections in a > resource efficient manner. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org > For additional commands, e-mail: httpclient-users-help@hc.apache.org > > --001485f794701d8e25046d14a23f--