CM4D Results Launcher Service

Hide Topic ContentsShow Topic Contents
  1. Results Launcher Settings File
  2. Configuration Example
  3. Results Launcher Startup Troubleshooting

The CM4D Results Launcher service initializes and manages the CM4D processes used to generate results for the Results Service.

Dependencies:

User Requirements:

Startup Requirements:

Results Launcher Settings File

The Results Launcher Settings file is the configuration file for the Results Service. Default path:Default path: .\Applied Tech Systems\CM4D\CM4DResultsLauncher.settings

Set the following:

clientResetDays - The number of days any one CM4D client can run before it is automatically shut down and restarted. If you set this to zero, the client will restart after EVERY job.

port - This port is used by the Results Service and Results Launcher to communicate with one another. This port must match the port set in the Results Service settings.

resultServiceHostname - The name of the machine running the Results Service for this Results Launcher. This is always the local machine; it is recommended to leave this set to the default 'localhost'.

serviceUser - The user that grants the service access to the database. This is typically the same as the CM4D Services user that is running the service.

threadCount - The number of CM4D client instances that are launched at any given time to generate results. The higher the number, the higher the resource cost.

Configuration Example

<CM4DResultsLauncherSettings serviceUser="cm4dservice" port="36058" resultsServiceHostname="localhost" threadCount="5" clientResetDays="30.0"/>

Results Launcher Startup Troubleshooting

Can we improve this topic?