Distributed Computing Cluster

Laserfiche Distributed Computing Cluster lets you divide resource intensive processes among multiple CPUs and computers. OCR (Optical Character Recognition) is a very resource intensive task and a queue of documents can quickly build if documents are being processed one at a time. If you can distribute the OCR process, then documents can be processed in parallel. How many documents can be processed at the same time depends on the number of CPUs you allocate for processing.

Because Workflow cannot actively wait for documents to be OCRed, the Schedule OCR activity adds documents to the queue of items to be OCRed by the specified Distributed Computing Cluster Scheduler. A Distributed Computing Cluster Scheduler is responsible for distributing the OCR job among other worker machines.

Specify a Distributed Computing Cluster Scheduler for Workflow to use from the following places:

To add or modify an Distributed Computing Cluster Scheduler

  1. In the ClosedDistributed Computing Cluster Scheduler Properties dialog box, next to Name, give the scheduler a unique display name. This name is necessary to distinguish between multiple Distributed Computing Cluster Schedulers.
  2. Next to Host, type the name of the machine that handles distributed computing.
  3. Next to Port, specify the port you want to use when communicating with the Distributed Computing Cluster Scheduler.
  4. Optional: Click Test to ensure Workflow can connect to the scheduler.
  5. Select the Enabled check box to enable the Distributed Computing Cluster Scheduler, or clear the Enabled check box if you want to disable the scheduler. You may have multiple Distributed Computing Cluster Schedulers and want one disabled while you configure another one.
  6. When finished, click OK.
  7. Optional: If you accessed this dialog box from the Workflow Administration Console, the Distributed Computing Cluster Scheduler Manager dialog box will appear. You can select an existing scheduler and click Edit to change it, click Delete to remove it, or double-click the green check or red X in the Enabled column to toggle its status between enabled and disabled. Learn more.
  8. Optional: If you accessed this dialog box from the Workflow Designer, the Referenced Object Manager will appear and you can select an existing Distributed Computing Cluster Scheduler and click Edit to change it.
  9. Click Close to exit the Distributed Computing Cluster Scheduler Manager or Referenced Object Manager.

To assign a different scheduler to multiple activities in a workflow

Tip: You are setting up a new Distributed Computing Cluster Scheduler and want your workflows to use this new scheduler. Instead of individually updating each Schedule OCR activity, you can update all the activities at once with the Reassign option.