The dRuby Book

Chapter 8
Parallel Computing and Persistence with Rinda

In this chapter, you’ll get acquainted with a library called more_rinda. The more_rinda library adds two additional features to Rinda. One enables you to do parallel computing in an interesting way (called rinda_eval), and the other is to add persistence in Rinda.

You can easily install these features with the following command:

  ​gem install more_rinda​

You can also download the source code at GitHub.[11] You’ll find lots of sample code to try in the test or sample directory.