[en] Changing Multi-threaded Printing Defaults

目前还没有官方翻译。
Pro_Enterprise.png

[en] Every NiceLabel Automation product can take advantage of multiple processor cores – each core runs a print process independently. Half of the number of cores is used for processing concurrent normal threads, and the remaining half for processing concurrent session-print threads.

注意

[en] Under normal circumstances, you never have to change the default settings. Make sure you know what you are doing when changing these defaults.

[en] To modify the number of the concurrent print threads, do the following:

  1. [en] Open file product.config in text editor.

    [en] The file is located here:

    %PROGRAMDATA%\NiceLabel\NiceLabel 10\product.config

  2. [en] Change the values for elements MaxConcurrentPrintProcesses and MaxConcurrentSessionPrintProcesses.

    <configuration>
        <IntegrationService>
            <MaxConcurrentPrintProcesses>1</MaxConcurrentPrintProcesses>
            <MaxConcurrentSessionPrintProcesses>1</MaxConcurrentSessionPrintProcesses>
        </IntegrationService>
    </configuration>
  3. [en] Save the file. NiceLabel Automation automatically updates the service with the new number of print threads.