Akka Documentation

Version 1.1.3

PDF

«  Articles & Presentations   ::   Contents   ::   Here is a list of recipies for all things Akka  »

Benchmarks

Scalability, Throughput and Latency benchmark

../_images/benchmark-akka-sample-trading-throughput.png

Simple Trading system.

Compares:

  • Synchronous Scala solution
  • Scala library Actors
    • Fire-forget
    • Request-reply
  • Akka - Request-reply - Fire-forget with default dispatcher - Fire-forget with Hawt dispatcher

Performance benchmark

Benchmarking Akka against:

«  Articles & Presentations   ::   Contents   ::   Here is a list of recipies for all things Akka  »