0 Replies Latest reply on Oct 12, 2016 7:31 AM by avanish

    How I configure HTTP threads pool?

    avanish

      Hi all,

       

      When I used JBOSS 7.1.1, configure HTTP threads pool as :

       

      <subsystem xmlns="urn:jboss:domain:threads:1.1">

                  <bounded-queue-thread-pool name="http-ips-executor">

                      <core-threads count="1000"/>

                      <queue-length count="90"/>

                      <max-threads count="1100"/>

                      <keepalive-time time="10" unit="seconds"/>

                  </bounded-queue-thread-pool>

      </subsystem>

       

      Who I configured HTTP Threads pool in Wildfly 10.0.0.?

       

      Thanks to all.