#84 √ resolved
Mark Bates

There needs to be a way to lookup a specific distributed service

Reported by Mark Bates | August 8th, 2008 @ 02:59 PM | in 0.7.0

Sometimes there might be two services posted to the ring server with the same name, but different hosts, like such:


Mack::Distributed::Utils::Rinda.register_or_renew(:space => :app_1, :klass_def => :Test, :object => "Hello World!")
Mack::Distributed::Utils::Rinda.register_or_renew(:space => :app_2, :klass_def => :Test, :object => "Hello WORLD!")

There should be a way to look them up:


Mack::Distributed.lookup("distributed://app_1/Test") # => "Hello World!"
Mack::Distributed.lookup("distributed://app_2/Test") # => "Hello WORLD!"

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Mack is a Ruby web application framework focused on writing distributed, portal-like, applications. it's built on best of breed technologies, such as Rack, Cachetastic, and DataMapper.

Shared Ticket Bins

People watching this ticket

Referenced by