[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:
-
[en] Open file
product.config
in text editor.[en] The file is located here:
%PROGRAMDATA%\NiceLabel\NiceLabel 10\product.config
-
[en] Change the values for elements MaxConcurrentPrintProcesses and MaxConcurrentSessionPrintProcesses.
<configuration> <IntegrationService> <MaxConcurrentPrintProcesses>1</MaxConcurrentPrintProcesses> <MaxConcurrentSessionPrintProcesses>1</MaxConcurrentSessionPrintProcesses> </IntegrationService> </configuration>
-
[en] Save the file. NiceLabel Automation automatically updates the service with the new number of print threads.