J
Joel VanderWerf
Gustav said:Hey
I can't seem to get this simple DRb client to access the server over my
network... ...
h_server = DRb:RbServer.new 'druby://127.0.0.1:5555',
What about using an eternally visible network interface, in place of
loopback? (Or did you just put that in for the question to a public
list?) Try druby://localhost:5555, for example.