# File lib/spork/run_strategy/magazine.rb, line 40
  def fill_slave_pool
    Slave_Id_Range.each do |id|
      start_slave(id)
    end
    puts "  -- Starting to fill pool..."
    puts "     Wait until at least one slave is provided before running tests..."
    puts "  ** CTRL+BREAK to stop Spork and kill all ruby slave processes **"
    $stdout.flush
  end