PRT_SYSDEF

The PRT System Definitions ( prt_sysdef.idt ) configuration file is used to define the queue sizes for the ports used by the Data Collector, Data Server and Application Interface subsystems.

REQUIRED FILE

The fields are:

No. Field Name Description Data Type Entry Example
0 api_req_port Sets the queue size for the Application Interface's request port. This is used to receive requests for item and item hold data from the PRT data collector(s). Integer 10
1 api_sync_port Sets the queue size for the Application Interface's synchronous port. This is used to send requests to PRT data collector(s), and to send requests and receive responses from the PRT data server(s). Integer 10
2 api_int_port Sets the queue size for the Application Interface's interested process port. This is used to receive interested process updates from the PRT data server(s). Integer 10
3 dc_main_port Sets the queue size for the data collector's main port. Integer 20
4 ds_main_port Sets the queue size for the data server's main port. Integer 20
5 ds_throttle_port Sets the queue size for the data server's throttle port. Integer 20
6 ds_int_port Sets the queue size for the data server's interested process port. Integer 50
7 dc_aux_port Sets the queue size for the data collector's auxiliary port. Integer 10
Important: It is recommended that the ports in this record be set to a minimum value of 10.