#!/usr/local/bin/ruby require 'drb/rinda' require 'web' uri = 'druby://localhost:7650' DRb.start_service(uri, TupleSpace.new) DRb.thread.join