# File lib/rubyrep/proxy_runner.rb, line 66
    def start_server(url)
      proxy = DatabaseProxy.new

      DRb.start_service(url, proxy)
      DRb.thread.join
    end