Hello,
it would be necessary to know more details about your applications, anyway if jBoss is
overwhelmed by the amount of request you might try to increase the thread pool in
conf/jboss-service.xml
for example:
<mbean code="org.jboss.util.threadpool.BasicThreadPool"
| name="jboss.system:service=ThreadPool">
| <attribute name="Name">JBoss System Threads</attribute>
| <attribute name="ThreadGroupName">System Threads</attribute>
| <attribute name="KeepAliveTime">60000</attribute>
| <attribute name="MaximumPoolSize">500</attribute>
| <attribute name="MaximumQueueSize">2000</attribute>
| <attribute name="BlockingMode">run</attribute>
| </mbean>
hope it helps
Francesco
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250361#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...