Quoting koicat <[email protected]>: > Am using RingyDingy. > Have altered call to Rinda::RingFinger.new to > Rinda::RingFinger.new('localhost') in ring_server.rb and in > ringy_dingy.rb, but still get, intermittently, attachments to like > named services on my compatriots (in the same lan segment) which > causes things to disappear trying to run on their machine (or on mine > from theirs). Need to stop this behavior for development so we can > work independantly. > Any suggestions? > Is the ring_server really running on localhost? My experience using 'localhost' is mixed. I prefer to be explicit and use '127.0.0.1'. Check if it really is running on this address, e.g., 'netstat -ant' on most Linux/Unix based OS.
HTH, Jeffrey -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

