General Configurations
The General Configurations section includes various settings related to the NCache Management Center startup, cache startup behavior, and client timeout intervals, among others. Each configuration controls a specific aspect of NCache’s operational behavior. The details and impact of each setting are described below.
Start Web Management
StartWebManagement is a flag that specifies whether the NCache Management Center should automatically start when the NCache service starts.
<add key="NCacheServer.StartWebManagement" value="True" />
Cache Startup Loader Delay
Users can introduce a delay in the Cache Startup Loader to avoid some data loss problems that may occur while the cache is still in the process of member joining. This is done by setting the following property:
<add key="NCacheServer.CacheLoaderStartupDelay" value="20" />
The value of this property is set in seconds. By default, this value is 20 while the minimum value is 10 seconds.
Bulk Items to Replicate
In Mirror and Partitioned of Replica cache topologies, NCache replicates items asynchronously to their respective backup nodes in batches.
- In Mirror topology, the backup node is a passive node.
- In Partitioned of Replica topology, the backup node is a replica node.
The
BulkItemsToReplicatesetting specifies the number of items included in a single batch that is sent to the backup node during one asynchronous replication call.
<add key="NCacheServer.BulkItemsToReplicate" value="50"/>
SQL Server Dependency
Using the NCacheSQLNotificationQueue tag, users can specify pre-created queues for receiving SQL Server notifications. You can modify the default prefix of the SQL dependency queue name by configuring the following key in the server configuration file:
<add key="NCacheServer.NCacheSQLNotificationQueue" value="NCacheSQLQueue" />
See Also
Configure Caches
Cache Settings
Client Connectivity Settings
Windows Events
Setup SQL Server Environment