![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The process_attribute table is responsible for the configuration of how processes are restarted. You can specify whether you want the process to be manually restarted, restarted a set number of times, and the minimum time a process must run before it can be restarted. Settings can be applied to the node, a single server in the node, a type of process, or an individual instance of a process.
3. Connect to the database and read the node_cluster table to determine if the server is configured to be part of the TIBCO iProcess Engine. It can also determine if it needs to operate as a master or slave.If there is no entry for this server in the node_cluster table, an error message is logged to the operating system event log (syslogd). The worker process will shut down and also shutdown the watcher process.
4. Read the process_config table to build an in memory process hierarchy model.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |