タグ

2009年6月30日のブックマーク (2件)

  • http://www.itu.int/ITU-T/newslog/IPTV+Standard+Enables+Content+Location.aspx

    netiron
    netiron 2009/06/30
    Recommendation ITU-T H.770 - Mechanisms for service discovery and selection for IPTV - describes the mechanisms for service provider discovery, service discovery and selection. Services such as linear TV and video-on-demand are addressed with metadata that describes programming and delivery protocol
  • [MySQL][Spider]Spiderストレージエンジン 0.12リリース

    Spiderストレージエンジンのバージョン 0.12をリリースしました。 http://spiderformysql.com/ Spiderストレージエンジンは、テーブルパーティションとテーブルリンクを組み合わせることで、複数のリモートサーバにあるテーブルを、ローカルサーバにある1つのテーブルとして利用することを可能にするものです。(database sharding) 更新の同期は、Spiderストレージエンジン内部でxaトランザクションを利用して保障します。 資料: http://www.mysqlconf.com/mysql2009/public/schedule/detail/6837 今回の主な変更は以下です。 (以下に登場する「テーブルパラメータ」とは、テーブル固有のパラメータのことです。詳細は、ダウンロードドキュメント中の「04_table_create.txt」「06_ta

    netiron
    netiron 2009/06/30
    Spiderストレージエンジンは、テーブルパーティションとテーブルリンクを組み合わせることで、複数のリモートサーバにあるテーブルを、ローカルサーバにある1つのテーブルとして利用することを可能にするものです。(da