Free Trial

Tag Archives: concurrency

Parallel Programming Paradigms in Clojure, Part I

Due to the significant shift in physical processors toward multi-core capabilities, it is becoming important for languages to support parallel programming paradigms and for developers to effectively use these capabilities in order to gain maximum performance. Clojure, a functional programming … Continue reading

Simplifying Concurrency with Scala and Akka

If you find yourself having to develop with concurrency, you should do yourself a favor and take a look at Akka. For those not already familiar with it, Akka is a framework that provides an actor-based approach to concurrency. Having … Continue reading

Facebook Twitter RSS feed