Re: PP8: Asynchronous change notification for HTTP-based resources

Simon Leinen <simon.leinen@switch.ch> Sun, 20 January 2008 18:31 UTC

Return-path: <discuss-bounces@apps.ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1JGexa-0004iT-Ar; Sun, 20 Jan 2008 13:31:58 -0500
Received: from discuss by megatron.ietf.org with local (Exim 4.43) id 1JGexY-0004ek-OU for discuss-confirm+ok@megatron.ietf.org; Sun, 20 Jan 2008 13:31:56 -0500
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1JGexY-0004eb-EP for discuss@apps.ietf.org; Sun, 20 Jan 2008 13:31:56 -0500
Received: from hadron.switch.ch ([2001:620:0:4:203:baff:fe4c:d99b]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1JGexX-0001gs-Il for discuss@apps.ietf.org; Sun, 20 Jan 2008 13:31:56 -0500
Received: from hadron.switch.ch (localhost [IPv6:::1]) by hadron.switch.ch (8.14.0+Sun/8.14.0) with ESMTP id m0KIVrcj022107; Sun, 20 Jan 2008 19:31:53 +0100 (CET)
Received: (from leinen@localhost) by hadron.switch.ch (8.14.0+Sun/8.14.0/Submit) id m0KIVqHi022106; Sun, 20 Jan 2008 19:31:52 +0100 (CET)
X-Authentication-Warning: hadron.switch.ch: leinen set sender to simon.leinen@switch.ch using -f
To: Rohan Mahy <rohan@ekabal.com>
Subject: Re: PP8: Asynchronous change notification for HTTP-based resources
X-Face: 1Nk*r=:$IBBb8|TyRB'2WSY6u:BzMO7N)#id#-4_}MsU5?vTI?dez|JiutW4sKBLjp.l7, F 7QOld^hORRtpCUj)!cP]gtK_SyK5FW(+o"!or:v^C^]OxX^3+IPd\z, @ttmwYVO7l`6OXXYR`
From: Simon Leinen <simon.leinen@switch.ch>
In-Reply-To: <C84985D1-E485-4C6B-997D-9D7DB7286F95@osafoundation.org> (Lisa Dusseault's message of "Fri, 18 Jan 2008 11:00:57 -0800")
References: <C84985D1-E485-4C6B-997D-9D7DB7286F95@osafoundation.org>
Date: Sun, 20 Jan 2008 19:31:52 +0100
Message-ID: <aaabn0gxgn.fsf@hadron.switch.ch>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (usg-unix-v)
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Spam-Score: -0.0 (/)
X-Scan-Signature: d6b246023072368de71562c0ab503126
Cc: Apps Discuss <discuss@apps.ietf.org>
X-BeenThere: discuss@apps.ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: general discussion of application-layer protocols <discuss.apps.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/discuss>, <mailto:discuss-request@apps.ietf.org?subject=unsubscribe>
List-Post: <mailto:discuss@apps.ietf.org>
List-Help: <mailto:discuss-request@apps.ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/discuss>, <mailto:discuss-request@apps.ietf.org?subject=subscribe>
Errors-To: discuss-bounces@apps.ietf.org

> Asynchronous change notification for HTTP-based resources
> Rohan Mahy
[...]
> Current practices in change notification involve polling individual
> HTTP resources, or polling some kind of HTTP "catalog" resource to
> see what resources have changed. Both of these methods inherently
> suck.  The "catalog" approach at least substantially reduces the
> number of resources that need to be polled, but the amount of time
> to wait between polls is always one-sided compromise and rarely
> optimal for response time, network usage, and battery life.

FYI, there are a few interesting techniques to make server-to-client
notifications over HTTP more efficient.  The buzzword for this is
"Comet", and the Wikipedia article has good descriptions on some of
these techniques, e.g. "long polling":

http://en.wikipedia.org/wiki/Comet_(programming)
-- 
Simon.