Name

service

XMSDNS Service — Provides DNS resolution services

<service class="xms.net.dns.XMSDNSService" />

Table 84. Attributes for service tag (for xms.net.dns.XMSDNSService)

NameDescriptionTypeDefault ValueRequired
cacheSizeThe number of DNS replies to cacheint any integer1000no
cacheTimeoutThe maximum amount of time in ms to cache DNS resultsint any integer30000no
concurrencyThe number of DNS lookups to perform in parallelint any integer100no
rateLimits the number of lookups per secondint any integer0 (no limit)no
serversA list of DNS servers to queryString any character combinationSpecified by operating systemno

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Example 78. Example configuration for XMSDNS Service

Required attributes are marked with a bold typeface

<service class="xms.net.dns.XMSDNSService"
      cacheSize="cacheSize"
      cacheTimeout="cacheTimeout"
      concurrency="concurrency"
      rate="rate"
      servers="servers" />