We want BOSH to use a high number of worker threads in order to be able to install packages quickly on lots of machines, but we also want to limit the number of CreateServer blueprints that get dumped into the queue at one time so we don't clog everything up for other customers. We probably need to use a semaphore to block just the create_vm method in cloud.rb.