This type is a class for model objects.
Configuration settings for a group of threads that the application server uses. A thread pool allows components of the server to reuse threads to eliminate the need to create new threads at runtime. Creating new threads is typically a time and resource intensive operation.
Package: processAttributes Summary | |
minimumSize : EInt | The minimum number of threads to allow in the pool. |
maximumSize : EInt | The maximum number of threads to allow in the pool. |
inactivityTimeout : EInt | The period of time in milliseconds after which a thread should be reclaimed due to inactivity. |
isGrowable : EBoolean | Allows the number of threads to increase beyond the maximum size configured for the thread pool. |
name : EString | @since 6.0.0 Allows the thread pool to be given a name so that it can be referenced in other places in the configuration. Not used for thread pool instances contained directly under MessageListenerService, WebContainer, ObjectRequestBroker. |
description : EString | The description of the thread pool. |
customProperties : Property * | * No description is available * |
Attribute Details |