require 'drb' require 'linkbot' linkbot = MyAgent.new DRb.start_service('druby://localhost:9050', linkbot) DRb.thread.join