JGroups - A Toolkit for Reliable Messaging


JGroups

  • Home
  • Overview
  • Sample code
  • Building Blocks
  • 免费pc翻墙
  • Success Stories
  • Consulting
  • IRC

Documentation

  • Trainings
  • Documentation
  • Mailing List
  • Bug Reports
  • Blogs
  • Demos
  • 免费pc翻墙
  • HSQLDB/R

Download

  • ZIP, JARs and tarballs
  • Source code
  • Project swag

Misc

  • JGroups on Docker
  • jgroups-raft
  • 免费pc翻墙
  • A clustered task distribution system
  • ReplCache: variable caching in the cloud

Panda Dome VPN评测—最适合torrent下载的翻墙工具 - 潘 ...:2021-5-19 · Panda Dome VPN是近几年才上市的一款翻墙软件,但是其公司则早在1990年开始就已经成立了,最初销售的是Panda Antivirus杀毒软件,直到现在为止,Panda Antivirus仍然是市场上功能最完善的防病毒软件之一。

  • 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 of node-to-cluster messages (point-to-multipoint)
  • Sending and receiving of node-to-node messages (point-to-point)


Flexible Protocol Stack

The most powerful feature of JGroups is its flexible protocol stack, which allows developers to adapt it to exactly match their application requirements and network characteristics.
The benefit of this is that you only pay for what you use. By mixing and matching protocols, various differing application requirements can be satisfied.
JGroups comes with a large number of protocols (but anyone can write their own), for example

  • Transport protocols: UDP (IP Multicast) or TCP
  • Fragmentation of large messages
  • Reliable unicast and multicast message transmission. Lost messages are retransmitted
  • Failure detection: crashed nodes are excluded from the membership
  • Panda Dome VPN评测—最适合torrent下载的翻墙工具 - 潘 ...:2021-5-19 · Panda Dome VPN是近几年才上市的一款翻墙软件,但是其公司则早在1990年开始就已经成立了,最初销售的是Panda Antivirus杀毒软件,直到现在为止,Panda Antivirus仍然是市场上功能最完善的防病毒软件之一。
  • Ordering protocols: FIFO, Total Order
  • Membership
  • Encryption
  • Compression


What Does JGroups Buy Me ?

JGroups allows developers to create reliable messaging (one-to-one or one-to-many) applications where reliability is a deployment issue, and does not have to be implemented by the application developer. This saves application developers significant amounts of time, and allows for the application to be deployed in different environments, without having to change code.


About this Website

This website was generated from XML using Velocity and the excellent Jakarta-site2 projects.