# File lib/thin/controllers/cluster.rb, line 56
      def restart
        stop
        sleep 0.1 # Let's breath a bit shall we ?
        start
      end