Multithreaded Publishing

The Feature multithreaded publishing allows using multiple cores for the publish process to reduce overall publishing times.

Chapters

  1. Configuration

1 Configuration

The feature can be activated like this

node.conf

$FEATURE["multithreaded_publishing"] = true;
$PUBLISH_LOAD_BALANCING["threadlimit"] = 2;

Currently, the publish process will always use the configured number of threads for rendering pages, independent from the overall system load.

Currently, only one phase of the publish process – rendering of pages – is using multiple threads, when multithreaded publishing is activated.

Find the article about the publish process for further details.