Hacker News new | ask | show | jobs
by beagledude 5321 days ago
we ported an analaytics project from a scripting language processing the incoming data to scalatra running with akka on the jvm. we went from 250 requests per sec to 5200 (per server), by using scalatra with akka actors to handle the data in an async manner. #win