JGroups Protocol FRAG2

From NovaOrdis Knowledge Base
Revision as of 23:22, 3 June 2016 by Ovidiu (talk | contribs) (Ovidiu moved page FRAG2 to JGroups Protocol FRAG2 without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.