Name

service

XMS Thread Pool Service — XMS Thread Pool Service

<service class="xms.thread.XMSThreadPoolService" />

Table 84. Attributes for service tag (for xms.thread.XMSThreadPoolService)

NameDescriptionTypeDefault ValueRequired
coreThreadsThe number of threads to keep in the pool even if they are idleint any integer3no
maxThreadsThe maximum number of threads the pool can grow toint any integernoneno

Service Dependencies

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

Example 76. Example configuration for XMS Thread Pool Service

Required attributes are marked with a bold typeface

<service class="xms.thread.XMSThreadPoolService"
      coreThreads="coreThreads"
      maxThreads="maxThreads" />