Re: [Taps] On Profiles for TAPS Preconnections

Gorry Fairhurst <gorry@erg.abdn.ac.uk> Tue, 23 July 2019 18:39 UTC

Return-Path: <gorry@erg.abdn.ac.uk>
X-Original-To: taps@ietfa.amsl.com
Delivered-To: taps@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 91AF5120819 for <taps@ietfa.amsl.com>; Tue, 23 Jul 2019 11:39:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
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 7OzuaU9Q8CCH for <taps@ietfa.amsl.com>; Tue, 23 Jul 2019 11:39:44 -0700 (PDT)
Received: from pegasus.erg.abdn.ac.uk (pegasus.erg.abdn.ac.uk [IPv6:2001:630:42:150::2]) by ietfa.amsl.com (Postfix) with ESMTP id 584B812084C for <taps@ietf.org>; Tue, 23 Jul 2019 11:39:44 -0700 (PDT)
Received: from dhcp-8115.meeting.ietf.org (unknown [IPv6:2001:67c:370:128:e525:4735:6fb5:37de]) by pegasus.erg.abdn.ac.uk (Postfix) with ESMTPSA id 51C1E1B00111; Tue, 23 Jul 2019 19:39:38 +0100 (BST)
Message-ID: <5D375469.9050807@erg.abdn.ac.uk>
Date: Tue, 23 Jul 2019 14:39:37 -0400
From: Gorry Fairhurst <gorry@erg.abdn.ac.uk>
Reply-To: gorry@erg.abdn.ac.uk
Organization: University of Aberdeen
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
MIME-Version: 1.0
To: "Brian Trammell (IETF)" <ietf@trammell.ch>
CC: Tommy Pauly <tpauly=40apple.com@dmarc.ietf.org>, taps WG <taps@ietf.org>, "Philipp S. Tiesel" <philipp@tiesel.net>
References: <370C3CC6-363D-4036-ABCC-7B02F6BD04F6@apple.com> <1A621491-019B-49C0-BE4E-A3C843EA0D35@tiesel.net> <BE950551-28E9-4A0F-A6E5-E951191CDCE6@apple.com> <BE49D789-20A2-49C1-9497-9F54B09527B5@trammell.ch>
In-Reply-To: <BE49D789-20A2-49C1-9497-9F54B09527B5@trammell.ch>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/taps/QFLMHKljSTYq30jNM3KhcpAj0uY>
Subject: Re: [Taps] On Profiles for TAPS Preconnections
X-BeenThere: taps@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "IETF Transport Services \(TAPS\) Working Group" <taps.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/taps>, <mailto:taps-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/taps/>
List-Post: <mailto:taps@ietf.org>
List-Help: <mailto:taps-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/taps>, <mailto:taps-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Jul 2019 18:40:00 -0000

Hi all, see below - how near are we to agreement?

On 23/07/2019, 14:21, Brian Trammell (IETF) wrote:
> hi Tommy, all,
>
>> On 22 Jul 2019, at 19:15, Tommy Pauly<tpauly=40apple.com@dmarc.ietf.org>  wrote:
>>
>>
>>
>>> On Jul 22, 2019, at 6:56 PM, Philipp S. Tiesel<philipp@tiesel.net>  wrote:
>>>
>>> Hi,
>>>
>>>> On 22. Jul 2019, at 15:09, Tommy Pauly<tpauly=40apple.com@dmarc.ietf.org>  wrote:
>>>>
>>>> An issue we discussed today in the TAPS meeting was whether or not we should add a concept of "profiles" to the Transport Services APIs. An example of a profile is a "reliable, secure, in-order stream"; or "unreliable datagrams". Another way to think of these profiles are as convenient ways to initialize common parameters.
>>>>
>>>> One option is described in this PR: https://github.com/ietf-tapswg/api-drafts/pull/328
>>>>
>>>> To help discern the working group's position, I'll try to distill the high-level options here:
>>>>
>>>> 1. Add Profiles as a top-level API document concept that modifies how transport properties and/or preconnections are created. (This is PR #328.)
>>>> 2. Mention in the API document that specific API implementations may expose conveniences and profiles (presumably as a way to initialize preconnections), but do not modify the API or specify an abstract symbol for profiles.
>>>> 3. Do not mention profiles at all in the API document, but mention something in the implementation document.
>>> I am definitely in favour of option 1. Our implementation experience with PyTAPS showed that setting all transport properties necessary to get “UDP like service” becomes tedious otherwise.
>>> I fear not including them in the examples and the core API will result in many developers rejecting TAPS as too complex to use.
>>> The profiles provide a useful convenience to applications (just like the the shortcuts properties.prefer(property) instead of properties.add(property, prefer)).
>>>
>>> In addition, profiles allow us to be less conservative in how we choose the defaults for transport properties, i.e., we don’t need the TAPS defaults to be TCP compatible as long as the reliable-in-order-stream profile is.
>> Speaking not as the person asking the question, but as an individual in the group:
>>
>> I'm pretty strongly against option (1), and prefer (2). I think we should specify that convenience functions can exist, but I think changing the one initialization function of the transport properties to take a profile is not the right move for the API. Everything can be achieved by making the API for a convenience profile be a layer on top of the existing API.
> +1, for the same reasons.
I'm fairly striongly against (3). Profiles are really important as a 
concept and I'd really encourage the group to write this.

Some additional motivation is that it can very significantly impact the 
way the TAPS system is presented to the user. It can help allow 
applications to set many TAPS parameters, providing additional info to 
the selection (racing) without the pain of having to understand what 
each parameter should be set to. That's a big simplification. For 
example a low-rate transactional app could eplicitly need datagram to 
make choices for low latency using one profile - another app that wishes 
to optimise for throughput could start by setting a different profile.
>> Specifically, these are the differences:
>>
>> (1) Exposes an API in which you always pass a profile (or an explicit nil) to a TransportProperties object; but the TransportProperties *also* lets you set each of the individual properties after that.
The API options win: Apps can choose a profile, and they can - maybe 
should be encouraged to - over-ride anything that is important to them.
> I really like the idea of being able to pull a profile off the shelf and then tweak it.
>
> It does seem to me that the right model here is "profiles as convenience constructors or copyable constants" -- that model is pretty reasonably implementable as an add-on, without
>
> (That's separate from the question of whether profiles are a "mandatory" feature in taps-interface, a suggested feature in an appendix, or something that exists in a different document).
>
> Cheers,
>
> Brian
+1 if you'd like to have (sample) profile descriptions in an informative 
appendix, that would seem like a way to achieve that.
>> (2) Allows implementations to expose an API call to deliver a TransportProperties that's set up based on a profile, but that isn't the fundamental constructor. It is implemented by creating a TransportProperties (TransportProperties()) and then setting the properties internally.
>>
>> Thanks,
>> Tommy
At the start of TAPS, I thought of profiles as the same as other 
parameters (i.e. they are inputs to the selection algorithm, that are 
less signficant than apps-supplied params, and more significant that the 
system default).

I'd prefer we call this out explicitly in the documents.

Gorry

>>> AVE!
>>>   Philipp S. Tiesel
>>>
>>> -- 
>>> Philipp S. Tiesel
>>> https://philipp.tiesel.net/
>>>
>> _______________________________________________
>> Taps mailing list
>> Taps@ietf.org
>> https://www.ietf.org/mailman/listinfo/taps
> _______________________________________________
> Taps mailing list
> Taps@ietf.org
> https://www.ietf.org/mailman/listinfo/taps