I just downloaded the full dRb package (from Masatoshi SEKI’s site) and
installed it on my windows box. I’ve tried running two of the samples
but in both cases, the console just hangs. I’ve tried the darray*.rb
and dchat*.rb programs (remote calculator and chat) with no luck. In
both cases, the server programs starts up and sits patiently. When I
start up the client’s next they just hang… A sample is given below:
server console
C:\home\examples\drb-2.0.4\sample>ruby dchats.rb
druby://Ceteganda:4118
[return] to exit.
Any suggestions and ideas would be greatly welcomed.
Make sure that your forward and reverse DNS entries match for your
local machine. You’ll probably want to turn of IPv6 too (unless
you’re actually using it).
I don’t know what tools let you do that on windows.
Make sure that your forward and reverse DNS entries match for your
local machine. You’ll probably want to turn of IPv6 too (unless
you’re actually using it).
I don’t know what tools let you do that on windows.
? So you’re saying I need to configure my puter as DNS Server?
I’ve modified my hosts file so that localhost and Ceteganda both map to
127.0.0.1… alas no better luck. Any other suggestions?