Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
130 views

is_a? and dRuby objects

I'm working with dRuby and basicly I'm calling a remote method that returns me an object. In the clientside I have this code: handle_error(response) if response.is_a?(Error) where response is the ...
0
votes
1answer
97 views

rinda tuplespace

How do you return all values in a rinda tuplespace?
0
votes
1answer
91 views

Thread problem with Druby and ActiveRecord

I have a rails app and a separate druby process. This process gives me some methods, and at the first line of each druby's method there is a call to ActiveRecord::Base.establish_connection, where the ...