读书人

jboss调优之:增多线程数

发布时间: 2012-09-06 10:37:01 作者: rapoo

jboss调优之:增加线程数

Increasing the thread pool size
The jboss.system:service=ThreadPool MBean enables you to change the thread
pool size. If you find that the response time on your application has suddenly
increased, it could be that there aren’t enough threads to handle the requests. You
can use this MBean to view how many requests are waiting for a thread (the QueueSize
attribute), and if a large number of requests are waiting, you can increase the maximum
number of threads available by changing the MaximumPoolSize attribute value.

?

读书人网 >操作系统

热点推荐