Automatic Synchronization of Multi-node Services |
With the rapid growth of GIS business and users, SuperMap iServer should not only support massive GIS services, but also support high concurrent access for thousands of users. To this end, iServer provides automatic synchronization of database-based multi-node service configuration information to enable the deployment of multiple iServers node, the service configuration information between nodes is automatically synchronized.
We recommend you to use the "shared data + shared configuration library" scheme to realize the synchronization of service data and configuration information among multiple nodes, and also realize the real-time synchronization of incremental services to improve the concurrency performance.
Notice
If the data used is not shared data but local data (such as local file workspace), it is necessary to prepare the same data under the same directory of each node and set the shared configuration library to realize the automatic synchronization of services among multiple nodes.
On the "global settings-service storage setting" page, you can set the storage of the service configuration information to the same PostgreSQL or Oracle database (the corresponding storage table name, schema name, etc. Should also be consistent). For configuration details, please refer to Service Storage Setting .