Miscellaneous Configurations
Start Web Management
StartWebManagement
is a flag which enables/disables the auto-start of NCache Web Manager process on service start.
<add key="NCacheServer.StartWebManagement" value="True"/>
Cache Startup Loader Delay
Note
This feature is only available in NCache Enterprise Edition.
User can introduce a delay in Cache Startup Loader in order to avoid some data loss problems which may occur while the cache is still in 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 minimum value is 10 seconds.
Pub/Sub Client Inactivity Timeout
PubSub Client Inactivity Timeout shows the amount of time in seconds after which clients whose "last activity time - current time" is greater than this specified interval will be removed.
Default value is 120 seconds, minimum allowed configurable value is 30 seconds.
<add key="NCacheServer.PubSubClientInactivityTimeout" value="120"/>
See Also
Configure Caches
Cache Settings
Server Connectivity
Windows Events