-sync Syntax -sync Description Synchronizes output jobs with the input processing. The status of the output job is propagated back to the processing job. This argument can be necessary to get correct status returned by the GetJobStatus() script function. Comment This argument can reduce performance of the server. The jobs derived from one input connector are always processed in sequence, even if several threads are configured for the input queue. For most input connectors, this means that the connector runs single-threaded (even though several input connectors still run in parallel). Exceptions are the HTTP, HTTPS, and Service Request input connectors, which have their own thread pools.
-sync