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

Windows Events

This page discusses the various configuration options for the Windows Event Settings options available in NCache such as EventPriorityRatio, EventBulkCount, BulkEventCollectionInterval, and NotificationEventInterval.

Event Priority Ratio

On the server-side, a priority queue is used between Events and cache operations. The EventPriorityRatio property defines the Event ratio. The default value is 30. EventPriorityRatio cannot be less than 1.

<add key="NCacheServer.EventPriorityRatio" value="30" />

Bulk Event Count

The server now sends bulk events to the client, but the bulk size is configurable. The default value is 50, EventBulkCount cannot be less than 1.

<add key="NCacheServer.EventBulkCount" value="50" />

Bulk Event Collection Interval

The BulkEventCollectionInterval defines the interval for bulk Event collection. The default value is 2 seconds. BulkEventCollectionInterval cannot be less than 1.

<add key="NCacheServer.BulkEventCollectionInterval" value="2" />

Notification Event Polling Interval

NotificationEventInterval is a server-side polling notification interval for change Events. This value is in seconds. The minimum value is 1.

<add key="NCacheServer.NotificationEventInterval" value="1" />

Logging

This enables/disables the logging of client connectivity Events into the Windows Logs. By default, these Events are disabled.

<add key="NCacheServer.LogClientEvents" value="false" />

Specifies the level of Events that are logged into the Windows Logs. There are three levels of Events:

  • ERROR: Only errors will be logged
  • WARNING: Errors and warnings will be logged
  • All: All Events will be logged
<add key="NCacheServer.EventLogLevel" value="all" />

See Also

Expiration & Eviction
SQL Server
Logging

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