From: Joel VanderWerf Date: 2007-05-04T14:30:52+09:00 Subject: Re: DRB Program Error Hussain wrote: > Hai > I am trying to do DRB program > but the server program throws an error like > "Error:TestServer.rb:10: uninitialized constant Drb (NameError)" > > These are my program > > require 'drb' > class TestServer > def doit > "Hello,Distributed World" > end > end > > a=TestServer.new > DRb.start_service('druby://localhost:3000',a) > Drb.thread.join ^^^ DRb It's just a typo (and probably one many of us have made). -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407