Protected
Compares:
Code: http://github.com/patriknw/akka-sample-trading

Benchmarks
Table of Contents
Scalability, Throughput and Latency benchmark
Simple Trading system.Compares:
- Synchronous Scala solution
- Scala library Actors
- Akka request-reply
- Akka fire-forget with default dispatcher
- Akka fire-forget with Hawt dispatcher
Code: http://github.com/patriknw/akka-sample-trading
Performance benchmark
Benchmarking Akka against:- Scala Library Actors
- Raw Java concurrency
- Jetlang (Java actors lib)
Akka/NodeJS/Camel benchmark
Benchmarking Akka HTTP against:- NodeJS
- Akka Camel with Jetty endpoint