option is specified. Each search thread will independently connect to the Search Server and process searches in parallel.
There are two additional parameters associated with the
-n
switch: input queue and output queue.
The input queue specifies the length of queue that each thread will use to store the search records in. This queue must be long enough to allow the thread not to wait for I/O on the local relate input file. In general the default of 100 will be ample.
The output queue specifies the length of the queue that will hold each search thread’s results. If any individual searches are expected to generate many matches, increasing the output queue size may improve performance.
The output order of duplicate sets in a multi-threaded DupFinder report is dependent on the number of threads used to create the report.