----- Original Message -----
From: Christopher Schultz <ch...@christopherschultz.net>
To: users@tomcat.apache.org
Subject: Re: Why org.apache.tomcat.util.threads.TaskQueue#offer doesn't have
synchronized modifier?
Date: 2022-04-20 01:32
1. "server.tomcat.max-threads" is a setting which is defined in
spring-configuration-metadata.json for
org.springframework.boot.autoconfigure.web.ServerProperties#Tomcat
(spring-boot-autoconfigure-xxx.RELEASE.jar), which indicated maximum amount of
tomcat worker threads. we define only one tomcat port at application.yml so
there are only one connector.