The Talon project is the core project that forms the kernel of the X Platform. Central to Talon is is the AepEngine which provides atomic event processing capabilities, and the Talon Server which serves as that manageable container for hosting AEP applications.
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 additional operational capabilities including statistics collection and reporting (heartbeats), lifecycle management and events, alert reporting and remote command invocation (CnC)
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.
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.