Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created December 25, 2010 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igaiga/754587 to your computer and use it in GitHub Desktop.
Save igaiga/754587 to your computer and use it in GitHub Desktop.
require 'rinda/tuplespace'
$ts = Rinda::TupleSpace.new
DRb.start_service('druby://:12345', $ts)
puts DRb.uri
DRb.thread.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment