This document discusses parallel builds in the Eclipse IDE workspace. It describes how builds can be parallelized by creating one job per build and throttling the number of threads. Parallel builds provide benefits like shorter completion times and faster availability of individual projects. However, parallelization must account for dependencies between projects and conflicting scheduling rules used by builders. The document recommends that builders use the narrowest possible scheduling rule to minimize conflicts and allow more parallelism. It analyzes specific cases like long build chains and provides examples to illustrate how scheduling rules impact parallelization.