Re: [tcpm] draft-minshall-nagle

Joe Touch <touch@isi.edu> Tue, 03 June 2014 17:08 UTC

Return-Path: <touch@isi.edu>
X-Original-To: tcpm@ietfa.amsl.com
Delivered-To: tcpm@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 04C971A02F4 for <tcpm@ietfa.amsl.com>; Tue, 3 Jun 2014 10:08:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.851
X-Spam-Level:
X-Spam-Status: No, score=-4.851 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.651] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FCMEJVf36AeH for <tcpm@ietfa.amsl.com>; Tue, 3 Jun 2014 10:08:26 -0700 (PDT)
Received: from vapor.isi.edu (vapor.isi.edu [128.9.64.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5BDD91A023D for <tcpm@ietf.org>; Tue, 3 Jun 2014 10:08:26 -0700 (PDT)
Received: from [128.9.160.166] (abc.isi.edu [128.9.160.166]) (authenticated bits=0) by vapor.isi.edu (8.13.8/8.13.8) with ESMTP id s53H7bO4015221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 3 Jun 2014 10:07:37 -0700 (PDT)
Message-ID: <538E00D9.4030802@isi.edu>
Date: Tue, 03 Jun 2014 10:07:37 -0700
From: Joe Touch <touch@isi.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Neal Cardwell <ncardwell@google.com>
References: <538D2BCC.8030906@mti-systems.com> <538DE3EA.2030104@isi.edu> <CADVnQy=Jmi10aFiSr1vnziY5bDNBv_W4+qhSkwMEiS4hSsRTkQ@mail.gmail.com>
In-Reply-To: <CADVnQy=Jmi10aFiSr1vnziY5bDNBv_W4+qhSkwMEiS4hSsRTkQ@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
X-ISI-4-43-8-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Archived-At: http://mailarchive.ietf.org/arch/msg/tcpm/hq5k6FjxDKWsZAwcvq1p1WrpYqE
Cc: "tcpm@ietf.org" <tcpm@ietf.org>
Subject: Re: [tcpm] draft-minshall-nagle
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tcpm/>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Jun 2014 17:08:32 -0000


On 6/3/2014 8:15 AM, Neal Cardwell wrote:
> On Tue, Jun 3, 2014 at 11:04 AM, Joe Touch <touch@isi.edu> wrote:
>> Hi, Wes,
>>
>> Although I don't recall this and only scanned it briefly, I don't quite
>> understand the problem.
>>
>> I thought it was widely known that Nagle was useful for single-character
>> interactive traffic, but also widely known as something that should be
>> disabled for any multi-character interactive traffic - including
>> multi-character encodings, HTTP, etc.
>>
>> If Nagle is off - as it should be for interactive web traffic - then the
>> optimizations in this draft won't have any impact.
>>
>> So what kind of traffic does this actually help? Or is this an optimization
>> of a path that either isn't or shouldn't be used?
>
>
> The Minshall algorithm is a nice win for some workloads other than web traffic:
>
>    Application performance pitfalls and TCP's Nagle algorithm
>    http://dl.acm.org/citation.cfm?id=346012

My point is that even by the time of this paper, it was well-understood 
that Nagle should not be used in these environments. The paper cites 
1999 personal communication with Jim Gettys for this, but it was 
well-known long before it was recited as an issue in this 1996 paper:
http://ccr.sigcomm.org/archive/1997/apr97/ccr-9704-heidemann.pdf

The use case cited is quite dated - network news has been largely 
abandoned. Is there a currently relevant use case for this approach, and 
given that interactive apps already should be disabling Nagle, how much 
will it help?

Joe