Shailesh,

On Tue, May 16, 2017 at 12:37 AM, Mark Eggers
<its_toas...@yahoo.com.invalid> wrote:
> Shailesh,
>
> On 5/15/2017 8:22 AM, Shailesh Jain wrote:
>> We have updated the maxThread configuration to 10 at below place in
>> server.xml of DEV environment. However I was able to see more than 10
>> threads. I have also attached the server.xml
>>
>> I need your help to understand if I am doing something wrong or it is an
>> expected behaviour?
>>
>>
>> <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"
>> redirectPort="8443" maxThreads="10"/>
>> <!-- A "Connector" using the shared thread pool -->
>>
>
> Tomcat uses other threads besides the connector threads. This
> configuration only limits the number of connector threads.

Agreed. You can take a thread dumps and you will get to see all thread
details and probably what they are doing.

>
> . . . just my two cents
> /mde/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to