JGroups Protocol FRAG2: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= =Internal= * JGroups =Overview=")
 
No edit summary
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.

Revision as of 23:14, 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.