Skip to end of metadata
Go to start of metadata

(T) 5 terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
 | 

Talon Created Apr 16, 2016 (14:47)

Synonym(s):
  • Core X

Talon is a platform to build, run and manage micro applications (‘micro app’). Talon micro apps are lightweight, stateful message processors that reside on a messaging fabric. They are driven by messaging and communicate with other micro apps using message passing on a guaranteed messaging fabric. Talon apps are powered by the AEP engine which provides atomic and exactly-once message/event processing capabilities and the Talon XVM which serves as the manageable container for hosting Talon micro apps.

Talon Server Created Apr 16, 2016 (14:54)

Abbreviation(s):
  • XVM
Synonym(s):
  • Talon VM

A Talon Server or XVM hosts one or more Talon applications and provides operational capabilities including statistics collection and reporting (heartbeats), lifecycle management and events, alert reporting and remote command invocation (CnC)

tleg1 Created Jun 30, 2016 (23:34)

Synonym(s):
  • Leg 1 Latency

Records latencies for the first transaction processing leg. Transaction Leg One includes time spent from the point where the first message of a transaction is received to submission of send/store commit. It includes message processing and and any overhead associated with transactional book keeping done by the engine. Note that the each transaction leg is a portion of the overall commit time that is processed on the Aep Engine's thread. The sum of the transaction leg stats are important in that they determine the overal throughput that an application can sustain in terms of transactions per second.

tleg2 Created Jun 30, 2016 (23:35)

Synonym(s):
  • Leg 2 Latencies

Records latencies for the second transaction processing leg. Transaction Leg Two includes time spent from the point where the send/store commit completion is received to the submission of store/send commit. Note that the each transaction leg is a portion of the overall commit time that is processed on the Aep Engine's thread. The sum of the transaction leg stats are important in that they determine the overal throughput that an application can sustain in terms of transactions per second.

tleg3 Created Jun 30, 2016 (23:35)

Synonym(s):
  • Leg 3 Latency

Records latencies for the third transaction processing leg. Transaction Leg Three includes time spent from the point where the store/store commit completion is received to the completion of the transaction commit. Note that the each transaction leg is a portion of the overall commit time that is processed on the Aep Engine's thread. The sum of the transaction leg stats are important in that they determine the overal throughput that an application can sustain in terms of transactions per second.