disco.managedProcesses table

The managedProcesses table is a repository for all the subprocesses managed by DISCO, such as the finders. Provided that CTRL is running, processes that are inserted into this table are started and managed by DISCO.

Table 1. disco.managedProcesses database table schema 

Column name

Constraints

Data type

Description

m_Name
  • PRIMARY KEY
  • UNIQUE
  • NOT NULL

Text

The name of the process to be managed.

m_Args

List of text

A list of command-line arguments sent to the executable.

m_Host

Text

The name of the host on which to run the executable.

m_LogFile

Text

The name of the log file to which output is written.