Hi. > > > 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. > 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. Please use 'DRb.thread.join' instead of 'gets'. in windows, $stdin.gets will block. maybe.