Note on the Structure of the PVSS configuration file
The DIP API manager requires 1 entry for each API manager being executed.
Namely:
- DipConfig
- Mandatory, this is the name of the DP used for storing the API Manager
publication and subscription data and for querying the DIP hierarchy.
Additionaly it contains the publisher name which must be unique for each
DIP API manager.
Example
[dip]
[dip_1]
DipConfig = "DIPConfig_1"
Other options
Other options are available :
- RedundantPublisherSleepTime
- Optional (default value to 5000)
In the context of a redundancy-enabled project,
indicates how long the DIP Publisher is expected to wait before starting to publish,
when changing from PASSIVE to ACTIVE node in a redundant cluster.
NOTE : Cannot be inferior to 2000 milliseconds - which is the minimum value
Example (set the sleep time to 10 seconds)
[dip]
[dip_1]
DipConfig = "DIPConfig_1"
RedundantPublisherSleepTime = "10000"