The Talon Manual

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
div
idtoc
classtoc
div
classtocTitle

In This Section

div
classtocContents

Table of Contents
maxLevel2
indent8px
stylenone

Overview

Excerpt

The X Platform's Application Data Modeling (ADM) framework allows modeling of messages that contain embedded entities. For applications that are highly latency sensitive, it is useful to be able to work with such fields in a zero garbage fashion so that GC pauses can be avoided. 

Additionally, there are certain sender-forwarder-receiver type applications in which the sender and receiver need to be able to continually change the contents of an embedded entity passed between them (1) without having the intermediate forwarder entity upgraded each time the entity structure changes and (2) allowing for the intermediate forwarder entity to inspect a subset of the contents of the entity in a structured form using getter type methods. 

...