• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

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 BulkItemsToReplicate setting 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

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top