# File lib/mongrel/rails.rb, line 98 98: def log_threads_waiting_for(event) 99: if Time.now - @tick > 10 100: STDERR.puts "#{Time.now}: #{@guard.sync_waiting.length} threads sync_waiting for #{event}, #{self.listener.workers.list.length} still active in mongrel." 101: @tick = Time.now 102: end 103: end