DRb documentation?

Hi, I've found very few documentation pages about DRb... The rdoc pages (http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/index.html) are poorly documented and most of the web links provided are 404 or Japanese

Does somebody have links to tutorials about details and in depth DRb programming ?

Thanks

http://segment7.net/projects/ruby/drb/
http://chadfowler.com/ruby/drb.html

Is what I used to write my DRb based solution.

···

On Tue, Mar 17, 2009 at 12:02 PM, Zouplaz <user@domain.invalid> wrote:

Hi, I've found very few documentation pages about DRb... The rdoc pages
(http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/index.html\) are poorly
documented and most of the web links provided are 404 or Japanese

Does somebody have links to tutorials about details and in depth DRb
programming ?

--
Aaron Turner
http://synfin.net/
http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows
Those who would give up essential Liberty, to purchase a little
temporary Safety,
deserve neither Liberty nor Safety.
    -- Benjamin Franklin

···

On 2009/03/18, at 4:18, Aaron Turner wrote:

On Tue, Mar 17, 2009 at 12:02 PM, Zouplaz <user@domain.invalid> wrote:

Hi, I've found very few documentation pages about DRb... The rdoc pages
(http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/index.html\) are poorly
documented and most of the web links provided are 404 or Japanese

Does somebody have links to tutorials about details and in depth DRb
programming ?

http://segment7.net/projects/ruby/drb/
http://chadfowler.com/ruby/drb.html

Is what I used to write my DRb based solution.