Re: [DNSOP] A possible late addition to draft-ietf-dnsop-5966bis

Paul Vixie <vixie@tisf.net> Sun, 08 November 2015 00:39 UTC

Return-Path: <vixie@tisf.net>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3D5F51B3816 for <dnsop@ietfa.amsl.com>; Sat, 7 Nov 2015 16:39:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] 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 Zgl5mHFc8zvJ for <dnsop@ietfa.amsl.com>; Sat, 7 Nov 2015 16:39:44 -0800 (PST)
Received: from family.redbarn.org (family.redbarn.org [24.104.150.213]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3ABC31B3813 for <dnsop@ietf.org>; Sat, 7 Nov 2015 16:39:44 -0800 (PST)
Received: from linux-85bq.suse (access-63-249-67-130.static.cruzio.com [63.249.67.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id AE54813B59; Sun, 8 Nov 2015 00:39:43 +0000 (UTC)
From: Paul Vixie <vixie@tisf.net>
To: dnsop@ietf.org
Date: Sat, 07 Nov 2015 16:39:43 -0800
Message-ID: <1579278.zCst88Hkgs@linux-85bq.suse>
Organization: TISF
User-Agent: KMail/4.14.10 (Linux/4.1.12-1-default; KDE/4.14.10; x86_64; ; )
In-Reply-To: <D4372708-F587-44C2-A282-D857BEB6E8C9@vpnc.org>
References: <D4372708-F587-44C2-A282-D857BEB6E8C9@vpnc.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"
Archived-At: <http://mailarchive.ietf.org/arch/msg/dnsop/C57z_0pT33MCQa-VaZ5qtXR11v4>
X-Mailman-Approved-At: Sat, 07 Nov 2015 16:59:22 -0800
Cc: Paul Hoffman <paul.hoffman@vpnc.org>
Subject: Re: [DNSOP] A possible late addition to draft-ietf-dnsop-5966bis
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 08 Nov 2015 00:39:45 -0000

On Saturday, November 07, 2015 03:55:36 PM Paul Hoffman wrote:
> Greetings. draft-stenberg-httpbis-tcp covers TCP considerations for
> HTTP. During the discussion of draft-ietf-dnsop-5966bis, we often said
> "HTTP servers handle lots of TCP just fine", and this draft describes
> how. Are there things in here that we don't cover that we should?

to the extent that tuning the number of file descriptors and tcp protocol 
control blocks is important, yes. to the extent that kernels who hash their 
tcpcb's vs. using simple linked lists will do better at demuxing, yes. to the 
extent that servers who use kevent will do better than those who use poll or 
select, yes.

however, the basic persistence negotiation in modern http are the same as what 
5966-bis covers, and so would be duplicative here.

if we're seriously willing to reconsider any of that logic, i'd like us to 
address the connection ecosystem with phase changes. that is, a server whose 
connection pool fills beyond some threshold might first advise its client pool 
that the clients should avoid persistence, and give those clients a chance to 
gracefully shut down their connections as a way to indirectly manage the 
server's resources. only when the connection pool gets into its "red zone" 
should the server start initiating connection closes.

i considered this to be a stretch for the current draft and its schedule, and 
so i wasn't going to bring it up. but if we're bringing up other stuff, we 
should talk about this too.

> It's a
> -00, and will probably not be published for real for quite some time,
> but maybe an Informative reference to the draft in
> draft-ietf-dnsop-5966bis would be useful to some readers.

an informative reference sounds best.

-- 
P. Vixie