# File lib/rack/handler/ftw.rb, line 72
  def initialize(app, config)
    @app = app
    @config = config
    @threads = []
  end