alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (QueuedThreadPool-mbean.properties)

This example Jetty source code file (QueuedThreadPool-mbean.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

a, a, is, maximum, maximum, minimum, minimum, name, queuedthreadpool, the, the

The Jetty QueuedThreadPool-mbean.properties source code

QueuedThreadPool: A thread pool with no max bound by default
minThreads: Minimum number of threads in the pool
maxThreads: Maximum number threads in the pool
name: Name of the thread pool
daemon: Is pool thread using daemon thread
threadsPriority: The priority of threads in the pool
maxIdleTimeMs: Maximum time a thread may be idle in ms
queueSize: The pool threads size
spawnOrShrinkAt: The number of queued jobs (or idle threads) needed before the thread pool is grown (or shrunk)

Other Jetty examples (source code examples)

Here is a short list of links related to this Jetty QueuedThreadPool-mbean.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.