All Downloads are FREE. Search and download functionalities are using the official Maven repository.

en.help.ref-threadpoolnew.html Maven / Gradle / Ivy



New Thread Pool

Use the New Thread Pool page to create a thread pool.

The New Thread Pool page contains the following options.

Configuration Name

The name of the configuration to which the settings on this page apply. This field is read only.

Name

The name of the thread pool.

Class Name

The fully qualified name of the class that implements the thread pool. The default value is com.sun.grizzly.http.StatsThreadPool.

Max Queue Size

The maximum number of messages that can be queued until threads are available to process them. A value of -1 indicates that there is no limit to the queue size. The default value is 4096.

Max Thread Pool Size

The maximum number of threads in the thread pool. The default value is 5. This is the recommended value for network listener thread pools.

Min Thread Pool Size

The minimum number of threads in the thread pool. The default value is 2.

Idle Thread Timeout

The maximum amount of time, in seconds, that a thread can remain idle in the pool. After this time expires, the thread is removed from the pool. The default value is 900.

Related Tasks
Related asadmin Commands
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices




© 2015 - 2024 Weber Informatics LLC | Privacy Policy