From: Jim Freeze Date: 2005-05-16T05:15:27+09:00 Subject: Re: Why is this DRb code so slow? * Chad Fowler [2005-05-16 01:51:49 +0900]: > $ time ruby simple-client.rb > Connecting to druby://chad-fowlers-computer.local:51624 > # @uri="druby://chad-fowlers-computer.local:51624", @ref=nil> > 1225166 > ["test1", "test2"] > > real 0m0.215s > user 0m0.030s > sys 0m0.017s Hmm, interesting. That used to work for me. It is probably DNS related like Dick Davies mentioned, but I don't know how to debug it yet. When I use a fixed address and port (e.g localhost:2000), it works as yours. -- Jim Freeze Ruby: I can explain it to ya but I can't understand it fer ya.