Re: Internals of Tomcat Thread Pool

2019-04-26 Thread Mark Thomas
On 26/04/2019 06:25, Supun Abeysinghe wrote: > Hi all, > > > I am working on a project which tries to tune the Tomcat thread pool > dynamically by looking at runtime characteristics in order to enhance the > system performance. To get a better understanding, I have gone through the > Tomcat sourc

Internals of Tomcat Thread Pool

2019-04-25 Thread Supun Abeysinghe
Hi all, I am working on a project which tries to tune the Tomcat thread pool dynamically by looking at runtime characteristics in order to enhance the system performance. To get a better understanding, I have gone through the Tomcat source code and found out that it uses ThreadPoolExecutor. It ma