Architecture Overview
  • Welcome to Arcology Architecture Overview
  • Introduction
  • Streamer
  • Executor
  • Scheduler
  • Arbitrator
  • P2P
  • Frontend
  • Gateway
  • Pool
  • Signature Verifier
  • Core
  • Consensus
  • Merkle
  • Eth API
  • Storage
Powered by GitBook
On this page

Signature Verifier

TPP is the transaction processing module responsible for the signature verification and other transaction pre-checking before forwarding them to the pool service. Signature verification could be a serious bottleneck when processing large volumes of transactions. So in general, starting multiple instances will certainly help with overall performance.

PreviousPoolNextCore

Last updated 8 months ago