Jgroup on UDP 如何变得可靠?
在我看来,UDP速度快但不可靠,而且jgroup很多地方都是基于UDP的,可靠吗?我看到很多地方都使用jgroup来传递缓存信息。 jgroup 是否必须使用 TCP 才能使转换可靠?
In my mind, UDP is fast but not reliable, and in a lot of places jgroup is based on UDP, is that reliable? I saw a lot of places use jgroup to transfer caching information. Does jgroup have to use TCP to make transition reliable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JGroups 提供了实现高于 UDP 可靠性的组件,请参阅此处了解一些详细信息,
http:// www.jgroups.org/manual/html_single/index.html#d0e5392
JGroups provides components to implement reliability above UDP, see here for some details,
http://www.jgroups.org/manual/html_single/index.html#d0e5392