Project

General

Profile

Bug #3052 ยป drb_port_busy_bug.rb

orem (Chris Schlaeger), 03/30/2010 04:08 PM

 
require 'drb'

puts (drb = DRb.start_service("druby://localhost:1234")).uri
puts "Server is alive" if drb.alive?

DRb.thread.join

    (1-1/1)