----- Original Message ----- From: "Hal E. Fulton" <hal9000 / hypermetrics.com> To: "ruby-talk ML" <ruby-talk / ruby-lang.org> Sent: Saturday, January 18, 2003 1:23 AM Subject: Re: druby with 1.7.x? > ----- Original Message ----- > From: "Shashank Date" <sdate / kc.rr.com> > Newsgroups: comp.lang.ruby > To: "ruby-talk ML" <ruby-talk / ruby-lang.org> > Sent: Friday, January 17, 2003 10:29 PM > Subject: Re: druby with 1.7.x? > > > > I got it to work on Win XP (Pro) using ruby 1.7.3 (2002-11-17) > > [i386-mswin32] and drb-2.0b1 > > > > Let us know what exactly happens when you try simplest of the things. > > > > For example, this could be a simple thing to try: > > Thanks, that's a good reference point. > > I'll try this and report. OK, this is working fine. But the things I tried from the "sample" directory don't work; and the stock_watcher example from TRW ch9 doesn't work. Let me give a concrete example: darray and darrayc - I start the server: ruby darray.rb druby://host-computer:3995 [return to exit] And I start the client: ruby darrayc.rb druby://host-computer:3995 And it just hangs until I kill the server with a return. I tried "localhost" also -- not sure what it means by "host-computer" -- no difference. Hal