Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 12044 invoked from network); 12 Aug 2010 21:57:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Aug 2010 21:57:17 -0000 Received: (qmail 15030 invoked by uid 500); 12 Aug 2010 21:57:17 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 14990 invoked by uid 500); 12 Aug 2010 21:57:16 -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 14982 invoked by uid 99); 12 Aug 2010 21:57:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 21:57:16 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [92.42.190.144] (HELO ok2cons2.nine.ch) (92.42.190.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 21:57:08 +0000 Received: from [192.168.1.101] (77-57-192-27.dclient.hispeed.ch [77.57.192.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ok2cons2.nine.ch (Postfix) with ESMTPSA id 221A54BA32F; Thu, 12 Aug 2010 23:56:47 +0200 (CEST) Subject: File based HTTP cache implementation is feature complete From: Oleg Kalnichevski To: HttpComponents Project Cc: Jonathan Moore Content-Type: text/plain; charset="UTF-8" Date: Thu, 12 Aug 2010 23:56:43 +0200 Message-ID: <1281650203.12963.79.camel@ubuntu> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Jon et al I am pretty much done vandalizing your code. In particular I have made some major changes to the SizeLimitedResponseReader class, which can now be used to generate cache entries backed by a file without intermediate content buffering in memory. I think the new API is flexible enough to allow for different caching backends and resource management strategies. I would be great if you could take some time to review the changes, and if you find them acceptable we could move towards the next public release of HttpClient 4.1. Cheers Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org