Re: CurrentThreads not increasing in Apache Tomcat/9.0.37

2020-09-26 Thread Mark Thomas
On 25/09/2020 22:29, Vicente Perez wrote: > >Look in the logs for a line that contains: > 24-Sep-2020 17:00:13.744 INFO [main] org.apache.coyote.AbstractProtocol.init > Initializing ProtocolHandler ["http-nio-8080"] > > 24-Sep-2020 17:00:13.407 INFO [main] >

Re: CurrentThreads not increasing in Apache Tomcat/9.0.37

2020-09-25 Thread Vicente Perez
> Thank you for the answer. > > Yes. It is APR/Native Connector. Are you sure? It isn't impossible that you are using the APR/Native connector given your configuration but it would be unusual. Look in the logs for a line that contains:

Re: CurrentThreads not increasing in Apache Tomcat/9.0.37

2020-09-25 Thread Mark Thomas
On 25/09/2020 18:07, Vicente Perez wrote: > Thank you for the answer. > > Yes. It is APR/Native Connector. Are you sure? It isn't impossible that you are using the APR/Native connector given your configuration but it would be unusual. Look in the logs for a line that contains:

Re: CurrentThreads not increasing in Apache Tomcat/9.0.37

2020-09-25 Thread Vicente Perez
On 25-09-20 13:58, "Mark Thomas" wrote: On 25/09/2020 14:02, Vicente Perez wrote: > Hello, > > We have a server with Apache Tomcat/9.0.37 which is dedicated for less than 100 concurrent users. We are using the ARP Connector with the parameter “maxThreads=400”. I assume

Re: CurrentThreads not increasing in Apache Tomcat/9.0.37

2020-09-25 Thread Mark Thomas
On 25/09/2020 14:02, Vicente Perez wrote: > Hello, > > We have a server with Apache Tomcat/9.0.37 which is dedicated for less than > 100 concurrent users. We are using the ARP Connector with the parameter > “maxThreads=400”. I assume you mean the APR/Native connector here. >

CurrentThreads not increasing in Apache Tomcat/9.0.37

2020-09-25 Thread Vicente Perez
Hello, We have a server with Apache Tomcat/9.0.37 which is dedicated for less than 100 concurrent users. We are using the ARP Connector with the parameter “maxThreads=400”. We have the next behavior: Tomcat does not process any new request with currentThreadCount = X and currentThreadBusy