# File lib/mongrel.rb, line 351 def stop(synchronous=false) @acceptor.raise(StopServer.new) if synchronous sleep(0.5) while @acceptor.alive? end end