Last Updated: February 25, 2016
·
632
· jaigouk

Concurrency With Ruby : Resouces

I spent some time to explore node.js. I found some interesting ruby project for concurrency. And this article (Debunking the Node.js Gish Gallop) was good to read. wycatz's talk at railsconf 2012 "Rails: The Next Five Years" was also helpful.

There are other resources out there.

Celluloid is a concurrent object oriented programming framework for Ruby which lets you build multithreaded programs out of concurrent objects just as easily as you build sequential programs out of regular objects

Concurrent programming with Celluloid (MWRC 2012)

<iframe width="560" height="315" src="http://www.youtube.com/embed/KilbFPvLBaI" frameborder="0" allowfullscreen></iframe>