首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

jboss调优之:增多线程数

2012-09-06 
jboss调优之:增加线程数Increasing the thread pool sizeThe jboss.system:serviceThreadPool MBean enab

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.

?

热点排行