Hatena::ブログ(Diary)

huixingの日記 RSSフィード

Subscribe to me on FriendFeed Subscribe with livedoor Reader

2008-08-28

フィード更新速度を加速する新プロトコルsup フィード更新速度を加速する新プロトコルsupを含むブックマーク

フィード更新速度をスピードアップするオープンソースプロトコルであるシンプル・アップデート・プロトコルsuprssatomをもとにfriendfeedのエンジニアによって拡張されたもの。来月リリースが予定されているsupだが、すでにfriendfeedと数社との間で話し合いがもたれている。supは特にフィード出力側が簡単にフィードを作れるようにデザインされており、次の2つのことをする必要がある。ひとつはatomrsssup-idとsupフィードのurlを含んだlink tagを書き込む。そして最近更新されたフィードsup-idをリスト化したsupフィードを作成することだ。こうしてフィードのurlの代わりにsup-idを使うことでフィードurlが晒されることを回避できるようになる上、sup-idはただの簡単な数字の羅列なのでコンパクトな更新フィードが作成できる。

A number of people are trying to speed up the feeds but today sees the first public mention of a new effort lead by the guys at popular lifestreaming service FriendFeed. FriendFeed is working on an open source add-on to RSS and Atom that will make it easier to discover when a feed has been updated. This could be a big deal.

http://www.readwriteweb.com/archives/speed_up_rss_friendfeeds_going.php

FriendFeed's user base has grown quite a bit since launch, and our servers now download millions of feeds from over 43 services every hour. One of the limitations of this approach is that it is difficult to get updates from services quickly without FriendFeed's crawler overloading other sites' servers with update checks. Gary Burd and I have thought quite a bit about ways we could augment existing feed formats like Atom and RSS to make fetching updates faster and more efficient.

http://blog.friendfeed.com/2008/08/simple-update-protocol-fetch-updates.html

http://code.google.com/p/simpleupdateprotocol/