# File lib/rinda/ring.rb, line 70
    def reply_service
      Thread.new do
        loop do
          do_reply
        end
      end
    end