From: Logan Capaldo Date: 2006-06-01T03:08:01+09:00 Subject: Re: Pub/Sub in Distributed setup On May 31, 2006, at 6:17 AM, Vinay Kumar Jaasti wrote: > Hi, > I want to implement RCR 198 in distributed environment.I wrote > subscriber as > follows > > require 'drb' > DRb.start_service() > a = DRbObject.new(nil,'druby://localhost:9000') > a.subscribe(:prof2 ) do |proxy| > proxy.method1 #this is a private method accessed thru proxy > end > > But it is giving me unknown method error...please help > > > > thanks > ----vinay Where's the other half of your code? What does the object that you are connecting to look like?