# File lib/new_relic/agent/pipe_channel_manager.rb, line 141 def initialize @started = nil @pipes = {} @pipes_lock = Mutex.new @timeout = 360 @select_timeout = 60 end