JGroups
Developer(s) Bela Ban
Stable release
4.0.10.Final / February 1, 2018
Written in Java
Operating system Cross-platform
Size 2.1 MB
Type reliable multicast system
License Apache License 2.0
Website http://www.jgroups.org/

JGroups is a library for reliable one-to-one or one-to-many communication written in the Java language.

It can be used to create groups of processes whose members send messages to each other. JGroups enables developers to create reliable multipoint (multicast) applications where reliability is a deployment issue. JGroups also relieves the application developer from implementing this logic themselves. This saves significant development time and allows for the application to be deployed in different environments without having to change code.

JGroups Features[edit]

  • Group creation and deletion. Group members can be spread across LANs or WANs
  • Joining and leaving of groups
  • Membership detection and notification about joined/left/crashed members
  • Detection and removal of crashed members
  • Sending and receiving of member-to-group messages (point-to-multipoint)
  • Sending and receiving of member-to-member messages (point-to-point)

转自:https://en.wikipedia.org/wiki/JGroups

最新文章

  1. jquery 双向select控件bootstrap Dual listbox
  2. Java数据类型转换
  3. LoadRunner11录制APP脚本(2)
  4. HtDP读后感
  5. Oracle Flashback Technologies (总)
  6. python3 读取大文件分解成若干小文件
  7. ASP.NET-FineUI开发实践-1
  8. python3.5文档
  9. 赵雅智_Android编码规范
  10. qt4升级到qt5的一些问题
  11. vmware vcsa-6.5 网络架构之虚拟机的标准交换机
  12. 使用VSCode如何调试C#控制台程序_2_加深总结
  13. Nginx 动静分离
  14. H5页面input输入框含有键盘自带的表情符时显示异常
  15. [Android] 关于Android的问号?和@符号的用法
  16. LeetCode 题解之Most Common Word
  17. python数据分析所需要了解的操作。
  18. Linux 内核版本,Ubuntu版本的查看
  19. ZOJ2748 Free Kick 2017-04-18 20:40 40人阅读 评论(0) 收藏
  20. SQL点点滴滴_公用表表达式(CTE)递归的生成帮助数据

热门文章

  1. 向JSP中静态导入HTML文件时,运行jsp时,html中中文产生乱码问题最简单的解决方法
  2. ASP.NET MVC利用PagedList分页(一)
  3. asp.net写入读取xml的方法
  4. PHP文件管理—实现网盘以及压缩包的功能操作
  5. 一款好用的wangEditor编辑器
  6. Canvas画圆形
  7. windows 程序库
  8. kettle中的合并记录使用记录
  9. 开源RPC Jupiter
  10. 关于vue2.0 cnpm 镜像安装