タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

jgroupsに関するendorのブックマーク (2)

  • JGroupsのmemcached実装 - フェイルオーバやJMXもサポート

    memcached(リンク)は分散メモリオブジェクトキャッシュのシステムで、動的なウェブアプリケーションでデータベースの負荷を軽減するのに利用される。memcachedはメモリにデータやオブジェクトをキャッシュしてデータベースの読み込み回数を減らすことでデータベースを多用するウェブサイトのスピードを向上させる。memcachedのベースとなるのはキーとそれに対応する値の組を格納したハッシュマップだ。memcachedのサービスデーモンはCで書かれているが、クライアントの言語はmemcachedプロトコル(リンク)でデーモンと通信できれば何でもいい。memcachedは冗長性を提供する(たとえばハッシュマップのコピーを保存するなど)ものではなく、サーバマシンSが停止したりクラッシュしたりすると、Sにあったキーおよび値は失われてしまう。 JBoss(リンク)のJGroups(リンク)・Clus

    JGroupsのmemcached実装 - フェイルオーバやJMXもサポート
  • JGroups - The JGroups Project

    JGroups is a toolkit for reliable messaging. It can be used to create clusters whose nodes can send messages to each other. The main features include Cluster creation and deletion. Cluster nodes can be spread across LANs or WANs Joining and leaving of clusters Membership detection and notification about joined/left/crashed cluster nodes Detection and removal of crashed nodes Sending and receiving

  • 1