[jboss-as7-dev] Controlling Maximum Number of JBoss Web HTTP Threads

Remy Maucherat rmaucher at redhat.com
Fri Oct 21 03:58:38 EDT 2011


On Thu, 2011-10-20 at 15:17 -0400, Andrig Miller wrote:
> Good thing you looked at the code.  I assumed that it impacted the
> threads.   I guess the defaults have always been big enough for all
> the tests I have done then.  We should open a JIRA on JBoss Web to add
> the maxThreads attribute to the XML schema that goes into domain.xml
> and standalone.xml, and have it defined as read-write, so this can be
> changed.

I won't add it. To configure the thread pool, use an executor instead.
It is possible to tie maxConnections to maxThreads, but I am not
convinced it is an acceptable side effect.

-- 
Remy Maucherat <rmaucher at redhat.com>
Red Hat Inc



More information about the jboss-as7-dev mailing list