about summary refs log tree commit homepage
path: root/lib/mongrel/configurator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mongrel/configurator.rb')
-rw-r--r--lib/mongrel/configurator.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/mongrel/configurator.rb b/lib/mongrel/configurator.rb
index cd77b19..b00e84d 100644
--- a/lib/mongrel/configurator.rb
+++ b/lib/mongrel/configurator.rb
@@ -290,9 +290,6 @@ module Mongrel
     def stop(needs_restart=false)
       @listeners.each {|name,s|
         s.stop
-        
-        # XXX Try to get JRuby to wait for the thread to actually stop
-        s.acceptor.join
       }
 
       @needs_restart = needs_restart