Object Pool

Creating Object Pool(s) in Scala

Reading Time: 3 minutes We are currently working on a very exciting web scale project. The framework is built using Scala and Akka actors and till date we are quite pleased with the performance. The architecture is plugin based where we can dynamically add plugins to our framework for processing incoming messages. Now, this is where it gets interesting and is the reason for this post. Some of the Continue Reading