Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This example demonstrates the simplicity in using Akka to scale up a basic distributable task: estimating the value of Pi. It was created with Scala 2.8.1, Akka 1.0, and SBT 0.7.4. To try it out, run the following commands:

> tar -xzf pi-cost.tgz
> cd pi-cost
> sbt update run

To change the number of workers, add or remove Worker actors from the workers list in the run method.

About

An example of using Akka to scale up the estimation of the value of Pi

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors