&gt;Can somebody shed some light on this?<br>
&gt;IMO some arbitrary thread pool should not be used by jboss web.<br>What about a dedicated executor like this ?<br>&lt;bounded-queue-thread-pool name=&quot;webserver&quot; blocking=&quot;true&quot; allow-core-timeout=&quot;false&quot;&gt;<br>
                &lt;core-threads count=&quot;10&quot; per-cpu=&quot;20&quot;/&gt;<br>                &lt;queue-length count=&quot;10&quot; per-cpu=&quot;20&quot;/&gt;<br>                &lt;max-threads count=&quot;10&quot; per-cpu=&quot;20&quot;/&gt;<br>
                &lt;keepalive-time time=&quot;10&quot; unit=&quot;SECONDS&quot;/&gt;<br>&lt;/bounded-queue-thread-pool&gt;<br><br>&lt;connector enable-lookups=&quot;false&quot; enabled=&quot;true&quot;  executor=&quot;webserver&quot; ....  /&gt;<br>
<br>By the way, what does the max-connections attribute of the connector stands for ? Apparentely it seems the equivalent of the older MaxThreads.....it might be a little misleading....<br><div class="gmail_quote">2011/5/23 Heiko Braun <span dir="ltr">&lt;<a href="mailto:hbraun@redhat.com">hbraun@redhat.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><br>
<br>
<br>
On May 20, 2011, at 7:12 PM, Andrig Miller wrote:<br>
<br>
&gt;&gt; so you say one of them is for http connector ?<br>
&gt;<br>
&gt; I have been changing the jca-short-running bounded-queue-thread-pool, and based on looking at the information in JConsole, it is being used by JBoss Web.<br>
<br>
<br>
<br>
</div>Can somebody shed some light on this?<br>
IMO some arbitrary thread pool should not be used by jboss web.<br>
<br>
I would suggest either a custom (properly named) one.<br>
<br>
Ike<br>
<div><div></div><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
jboss-as7-dev mailing list<br>
<a href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
</div></div></blockquote></div><br>