BuildForge Help

Threading: Running Steps in Parallel

You can use threading to reduce job times, by running some steps from a job in parallel, on the same server or on multiple servers.

When a step's Thread property is set to Yes, the system attempts to run the step in parallel. Such a step is considered thread-enabled , and the step can be run as a separate thread (process) while the rest of the job continues. Threading obeys the following rules.

Related concepts
Step Properties