OPI Blog
Learn from experts in their fields

Browsing Tags: scaling

Aug 9, 2011
Scaling with Single Threading
The free lunch is over. To speed up applications we are told we must write multithreaded programs and avoid mutable state. Functional programming can help with it’s immutable state. There’s also Erlang with the Actor ...