• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Cache Level

Following are the cache level configurations in client.ncconf.

<cache id="demoClusteredCache"
       load-balance="false" enable-client-logs="False" log-level="error">
  <server name="20.200.20.30"/>
</cache>

These configuration tags are explained below.

Load Balance

When this flag is set to true, client tries to connect to the optimum server in terms of number of connected clients. This way almost equal number of clients are connected to every node in the clustered cache and no single node is overburdened. It is only used for replicated cache and has no affect if set true in case of partitioned or replicated cache.

Client logs

Enable Logs

Enabling error logs enables the log generation for client level. By default, logging is disabled. In case of an error, it is reported in the application's Event Log in system.

Log Level

Enabling error logging generates INFO, ERROR and DEBUG logs.

See Also

Cache Server Settings
Client Node Level
Monitor Caches

Back to top Copyright © 2017 Alachisoft