JGroups Protocol FRAG2: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= =Internal= * JGroups =Overview=")
 
m (Ovidiu moved page FRAG2 to JGroups Protocol FRAG2 without leaving a redirect)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


=Overview=
=Overview=
FRAG2 fragments large messages into smaller ones, sends the smaller ones, and at the receiver side, the smaller fragments will be re-assembled into larger messages again and delivered to the application. FRAG2 is more efficient than FRAG, in that it does one less copy. FRAG2 only fragments the payload.

Latest revision as of 23:22, 3 June 2016

External

Internal

Overview

FRAG2 fragments large messages into smaller ones, sends the smaller ones, and at the receiver side, the smaller fragments will be re-assembled into larger messages again and delivered to the application. FRAG2 is more efficient than FRAG, in that it does one less copy. FRAG2 only fragments the payload.