The dRuby Book

2.4 Moving Ahead

In this chapter, we learned about distributed object systems in general and then compared dRuby with other systems. You’ll find that dRuby hides most of the complexity of building distributed systems so that you can write a distributed program as an extension of normal Ruby programming. Having said that, there are a few differences to bear in mind, especially how to pass Ruby objects.

In the next chapter, I’ll introduce another library I wrote called ERB. ERB is a template library that we’ll use to add a web interface to the Reminder app we created in Chapter 1, Hello, dRuby.

Footnotes

[2]

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-list/15406

[3]

http://www.hatena.ne.jp

[4]

Slide: http://www.slideshare.net/Blaine/scaling-twitter, video: http://video.google.com/videoplay?docid=-7846959339830379167

[5]

http://buzztter.com

[6]

http://www.rabbitmq.com

[7]

http://www.extremeprogramming.org/rules/userstories.html