# File lib/active_record/connection_adapters/seamless_database_pool_adapter.rb, line 204
      def active?
        active = true
        do_to_connections {|conn| active &= conn.active?}
        return active
      end