>Can somebody shed some light on this?<br>
>IMO some arbitrary thread pool should not be used by jboss web.<br>What about a dedicated executor like this ?<br><bounded-queue-thread-pool name="webserver" blocking="true" allow-core-timeout="false"><br>
<core-threads count="10" per-cpu="20"/><br> <queue-length count="10" per-cpu="20"/><br> <max-threads count="10" per-cpu="20"/><br>
<keepalive-time time="10" unit="SECONDS"/><br></bounded-queue-thread-pool><br><br><connector enable-lookups="false" enabled="true" executor="webserver" .... /><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"><<a href="mailto:hbraun@redhat.com">hbraun@redhat.com</a>></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>
>> so you say one of them is for http connector ?<br>
><br>
> 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>