Re: [RAI] Making RAI work better

Adam Roach <adam@nostrum.com> Wed, 01 October 2008 02:31 UTC

Return-Path: <rai-bounces@ietf.org>
X-Original-To: rai-archive@optimus.ietf.org
Delivered-To: ietfarch-rai-archive@core3.amsl.com
Received: from [127.0.0.1] (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 8A5453A690E; Tue, 30 Sep 2008 19:31:56 -0700 (PDT)
X-Original-To: rai@core3.amsl.com
Delivered-To: rai@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 503E03A690E for <rai@core3.amsl.com>; Tue, 30 Sep 2008 19:31:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level:
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, SPF_PASS=-0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F5GKy8cfR5Qc for <rai@core3.amsl.com>; Tue, 30 Sep 2008 19:31:54 -0700 (PDT)
Received: from nostrum.com (nostrum-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:267::2]) by core3.amsl.com (Postfix) with ESMTP id B21933A67EE for <rai@ietf.org>; Tue, 30 Sep 2008 19:31:53 -0700 (PDT)
Received: from hydra-2.local (ppp-70-244-169-29.dsl.rcsntx.swbell.net [70.244.169.29]) (authenticated bits=0) by nostrum.com (8.14.3/8.14.1) with ESMTP id m912Vv6R040547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Sep 2008 21:32:00 -0500 (CDT) (envelope-from adam@nostrum.com)
Message-ID: <48E2E118.7050700@nostrum.com>
Date: Tue, 30 Sep 2008 21:31:52 -0500
From: Adam Roach <adam@nostrum.com>
User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914)
MIME-Version: 1.0
To: Dean Willis <dean.willis@softarmor.com>
References: <552C9CF9-94FB-42D4-875F-0D2440951DCB@cisco.com> <7C6C126D-71DA-4559-AEA4-581BCE82A7F8@softarmor.com>
In-Reply-To: <7C6C126D-71DA-4559-AEA4-581BCE82A7F8@softarmor.com>
Received-SPF: pass (nostrum.com: 70.244.169.29 is authenticated by a trusted mechanism)
X-Virus-Scanned: ClamAV 0.94/8362/Tue Sep 30 18:23:46 2008 on shaman.nostrum.com
X-Virus-Status: Clean
Cc: rai@ietf.org
Subject: Re: [RAI] Making RAI work better
X-BeenThere: rai@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "Real-time Applications and Infrastructure \(RAI\)" <rai.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/rai>, <mailto:rai-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/pipermail/rai>
List-Post: <mailto:rai@ietf.org>
List-Help: <mailto:rai-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rai>, <mailto:rai-request@ietf.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: rai-bounces@ietf.org
Errors-To: rai-bounces@ietf.org

I think the problem is that we're constantly increasing the number of 
threads (documents) we're working on, while the number of CPU cores (key 
participants) remains fairly constant. We're CPU bound. Increasing the 
number of processes (working groups) so that they can each have fewer 
threads in them (but still the same number of threads overall) doesn't 
change the fundamental problem that we're simply out of CPU cycles.

Given that we don't know how to increase the number of processor cores, 
the only thing we can usefully play around with is thread scheduling. Do 
we throw all the threads on the processor cores at once, so that they 
all make progress all the time, but take five to ten years each to 
complete? Or do we strictly limit the number of threads so that each one 
completes fairly rapidly and gets out of the way for the next one?

I think the latter approach would be far more productive. When I move 
between work items, I know I have to swap information back into my head 
to just have the context to think about the related problems. For the 
past few years, most of my IETF work has been characterized by 
thrashing, in which I spend much more time re-learning the context for a 
piece of work than I do actually thinking about the problems related to 
that work. This is 100% because there's too much going on, and it's all 
too tightly interconnected to focus on small niches.

Robert has pointed out that we can never say "no," only say "not now." I 
agree with this statement; however, I would go one step further to argue 
that we don't even say "not now" nearly often enough. And we've become 
highly inefficient for it.

/a

Dean Willis wrote:
>
> The main problem we have with RAI is that some of our working groups 
> have dozens of documents. Both the brainspace of the WG and the 
> attentions of the management team (aka, Keith and I, for SIP) are  
> consumed with swapping between documents trying to give "fair" 
> treatment to all. Hence, the urgent is balanced against the important, 
> and we end up more and more fragmented.
>
> We have huge, eternal working groups that don't focus well. Our 
> meetings can't focus, our mailing lists can't focus, our management 
> can't focus, and our participants can't focus. We're like 
> three-year-olds in a three-ring circus, too busy gawking at the other 
> clowns to get any work done.
>
> Several years ago, I proposed a reorganization (slides at 
> http://www.ietf.org/proceedings/06mar/slides/raiarea-3/sld1.htm). The 
> consensus at the time was simply to have more rigorous chairs. We 
> added Keith, who is  quite a rigorous chair, and it helped, but not 
> enough. We've also tried more organized chairs, like Mary, in 
> SIPPING.  Again, this helped, but not enough.
>
> I maintain that what is needed is to reduce the size of a chair's job 
> so that it can be done well in a reasonable 4-6 hours per week, rather 
> than done badly with a workload more like 30 hours per week. The 
> easiest way to do this is to divide the problems up across more 
> chairs. Of course, getting rid of a few problems would help too.
>
> Towards this end, I recently suggested a reorganization (see 
> http://www.ietf.org/mail-archive/web/sip/current/msg23692.html).
>
> This reorg proposed replacing SIP and SIPPING with a couple of smaller 
> working groups with narrow charters, including (not nec. in this order):
>
> 1) RAI Maintenance: Essential corrections to existing RFCs. No 
> semantic or functional changes, just bug fixes.
>
> 2) SIP Draft Standard: Whatever is needed to move the SIP spec family 
> to draft standard
>
> 3) Real-Time Operations: Deals with the questions of how to do "x" 
> with SIP and related specs
>
> 4) Real-Time Policies: Session policies, SAML, etc.
>
> 5) real-Time Identity Expression, for which I proposed a charter:
> http://www.ietf.org/mail-archive/web/sip/current/msg23899.html
>
> There are some other things that SIP is close to finishing and should 
> just be left there. I suspect the same is true of SIPPING. When done, 
> we close those nuthouses down.
>
> Big, complex documents that have a lot of things depending on them 
> belong in their own dedicated working groups with a dedicated 
> management team.
>
> Related sets of documents with tight interdependencies also belong in 
> their own working groups. For example, the SIP Consent Framework and 
> the half-dozen drafts detailing how to use contact-lists for various 
> SIP requests  might have made for a reasonably chartered working group 
> with a reasonable 2-year lifespan. A working group that could actually 
> finish, go away, and free up resources for new work.
>
> Here's how I envision this working: If somebody dreams up a new SIP 
> extension that does something the RTOps group can't figure out how to 
> do reasonably with what we have, then we run a BOF and see if it is 
> worth working on. If so, then we charter a working group, If not, we 
> either pursue AD-sponsored individual informational (assuming it does 
> not need to be a STD track), or we don't work on it.  If we have more 
> WGs than meeting slots, some WGs don't meet, and we don't charter new 
> ones until the schedule is relieved.
>
>
> -- 
> Dean
>
>
>
> _______________________________________________
> RAI mailing list
> RAI@ietf.org
> https://www.ietf.org/mailman/listinfo/rai

_______________________________________________
RAI mailing list
RAI@ietf.org
https://www.ietf.org/mailman/listinfo/rai