我正在编写一个jetty配置文件,但我无法找到有关线程池参数的信息。
我的目标是调整jetty的性能,我想了解“lowThreads”项对ThreadPool对象的意义。
到目前为止,我发现它已经习惯了"set the low resource threads threshold", 并告诉服务器"under that threshold the pool will be considered low on threads"。
但这不是直截了当的。什么被认为是“低线程”意味着什么是对码头行为的影响?
(我正在使用jetty 6.1.2)
答案 0 :(得分:2)
确定线程池资源是否较低(如果排队连接> lowThreads)是一个阈值,这将导致Jetty将lowResourceMaxIdleTime应用为socket SO timeout