service
Thread Pool Service — Threading and Scheduling Services for XMS Server<service/>
| Name: | service |
| Required by Parent Tag: | No |
| Multiple Tag Instances supported: | Yes |
Table 119. Attributes for service tag (for xms.thread.XMSThreadPoolService)
| Name | Friendly Name | Description | Type | Default Value | Required |
|---|---|---|---|---|---|
| class | Class | The class name the service manager loads. To load: Thread Pool Service use: xms.thread.XMSThreadPoolService | Class Name A fully qualified class name for a class that is part of the java classpath. | xms.thread.XMSThreadPoolService | Yes |
| corethreads | Core Pool Size | The number of threads to keep in the pool even if they are idle, default is 3 | Bounded Integer Takes an Integer Between 1 and 2147483647 | 3 | No |
| maxthreads | Max Pool Size | The maximum number of threads the pool can grow to | Bounded Integer Takes an Integer Between 1 and 2147483647 | 100 | No |
This tag depends on the following services (or a service that extends or implements these classes)