1

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?

BlueDolphin
  • 9,765
  • 20
  • 59
  • 74

1 Answers1

1

JGroups provides components to implement reliability above UDP, see here for some details,

http://www.jgroups.org/manual/html_single/index.html#d0e5392

Steve-o
  • 12,678
  • 2
  • 41
  • 60