From: m_seki@... Date: 2002-03-22T07:22:06+09:00 Subject: Re: drb weirdness Hi. > I am using drb-1.3.4 with ruby-1.6.6 and I am trying to get the > examples from 'Programming Ruby' to run. > I have a server that looks like this: > #! /usr/bin/ruby -w -w options is $VERBOSE mode. > The server starts OK and running the client produces the expected > output. But every time the 'p obj.doit' line of the client executes, > the server prints the following error message: > # This message is because the connection whom drb held was lost. Probably, I think that your script is running normally. In CVS version, it is more silent. -> http://www.ruby-lang.org/~knu/cgi-bin/cvsweb.cgi/lib/drb/ -------------------- = dRuby ChangeLog * 1.3.5? * lib/drb/extserv*.rb: Change ExtServManager#regist protocol. * runit/ut_port.rb: Adjust a port number * lib/drb/drb.rb: Add DRb::DRbServer.verbose, verbose=, #verbose=, #verbose. * lib/drb/drb.rb: Use Object.__id__ insted of Object.id.