Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 301C97903 for ; Thu, 25 Aug 2011 18:28:07 +0000 (UTC) Received: (qmail 57385 invoked by uid 500); 25 Aug 2011 18:28:06 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 57319 invoked by uid 500); 25 Aug 2011 18:28:05 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 57306 invoked by uid 99); 25 Aug 2011 18:28:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 18:28:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dirkx@webweaving.org designates 178.18.23.51 as permitted sender) Received: from [178.18.23.51] (HELO pikmeer.webweaving.org) (178.18.23.51) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 18:27:58 +0000 Received: from [10.4.130.131] ([195.166.51.3]) (authenticated bits=0) by pikmeer.webweaving.org (8.14.4/8.14.4) with ESMTP id p7PIRVqr090781 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Thu, 25 Aug 2011 18:27:32 GMT (envelope-from dirkx@webweaving.org) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Apple Message framework v1244.3) Subject: Re: Fixing Ranges From: Dirk-Willem van Gulik In-Reply-To: Date: Thu, 25 Aug 2011 19:27:19 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20110824220643.17819937@baldur> <201108242316.18134.sf@sfritsch.de> <201108250138.49474.sf@sfritsch.de> <5F975753-6B14-4F38-A0DB-113733FCCCDC@jaguNET.com> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1244.3) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.5 (pikmeer.webweaving.org [178.18.23.51]); Thu, 25 Aug 2011 18:27:32 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org On 25 Aug 2011, at 17:45, Greg Ames wrote: > On Thu, Aug 25, 2011 at 10:25 AM, Jim Jagielski = wrote: > Now that the memory utilz is being fixed, we need to determine > what sort of usage we want to allow=85 I'm guessing that people > are ok with http://trac.tools.ietf.org/wg/httpbis/trac/ticket/311 > as the guiding spec? >=20 > I'm no longer convinced that we *need* to merge/optimize the Range = header. Stefan's fix to the brigade plumbing has converted O(N^2) = memory + CPU use into something scalable. =20 Same feeling here. BUT that is based on the FreeBSD platform I care = about. And we have noticed earlier that Ubuntu (which its default commit = pattern in the vm) behaves very differently.=20 So is it fair to assume this reasoning holds across the board -- or = should we get some very explicit +1's on this appraoch from key linux, = windows and what not users ? Dw=