Skip to main content
Skip table of contents

PRIZGATE

PRIZGATE is the Prizm Gateway worker process, which handles all HTTP request processing for gateway clients. 

Starting the Process

PRIZGATE processes are typically managed by the PRIZMON process, but may be manually started and attached to a PRIZMON process.  Multiple PRIZGATE processes can be attached to the same PRIZMON process. 

tacl > run PRIZGATE / run-options / command-line-options

You should be logged-on as a user with sufficient privileges to access the system resources that the process requires.

run-options

The standard TACL run options. The CPU option is recommended in order to load-balance across multiple cpus. The NOWAIT options is recommended. The TERM options is also recommended if started from a dynamic terminal device. The IN and OUT options are ignored.

command-line-options

@<command-file>

Reads command line options from <command-file>. Options specified on the command line override any duplicates specified in the file. At most, one '@' option may used. The file itself cannot contain an '@' option (i.e., no nesting).

--monitor <process-name>

Specifies the name of the PRIZGATE process to attach to.  This option is required. The PRIZMON process must be running on the same node as the PRIZGATE process.

Examples

Start the PRIZGATE process and attach to already running PRIZMON process $PZMON.

tacl> run prizgate / name, nowait, cpu 2 / --monitor $pzmon

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.