Registry settings for S1000D Upload Content parallel processing
This topic describes the registry settings that control S1000D Upload Content parallel processing.
The registry settings that control parallel processing for the S1000D Upload Content tool are located at the following path.
- \SOFTWARE\Wow6432Node\XyEnterprise\Content@\Web\Settings\Upload
Adjust the values for the following registry settings to optimize S1000D Upload Content parallel processing.
MAX_UPLOAD_THREADS- Number of threads to keep in the pool during upload. Default is 2.
MAX_POOL_SIZE- Maximum number of threads to allow in the pool during upload. Default is 4.
MAX_QUEUE_SIZE- Maximum number of tasks in the queue of upload tasks. Default is 25.
MAX_CS_PROCESSES- Maximum number of Contenta Application Server processes kept connected per upload job. Default is 5.
THREAD_KEEP_ALIVE_TIME- When the number of threads is greater than the number of active tasks, the maximum time (in milliseconds) that idle threads will wait for new tasks before terminating. Default is 2000.
THREAD_DELAY- Time (in milliseconds) to pause the main thread when maximum number of tasks are queued before scheduling the next task. Default is 2000.
READ_STOP_SIGNAL_INTERVAL-
Time (in seconds) to verify the interrupt signal for the upload job. By setting AppData value
{user} /UploadContentStatus/{uploadJobName}toSTOP, triggers upload job to cancel. Default is 300. MULTI_PROCESSING_MIN_FILE_SET-
Minimum number of files selected for upload to enable multi-processing. Default is 25.
SET_OF_FILES_TO_UPLOAD- Number of files uploaded by each Contenta Application Server process. If this number is reached, the Contenta Server connection is reset. Default is 2000.
MAX_PORTAL_CONNECTION_RETRIES- Maximum number of times that S1000D Upload Content will try to connect to the Contenta Application Server to upload. Default is 10.
CONNECTION_RETRY_SLEEP- Time (in milliseconds) that S1000D Upload Content will wait after a failed connection attempt before retrying to connect to Contenta Server. Default is 2000.