maxThreads 接收的最大线程数spring
minSpareThreads 初始化的线程数tomcat
maxSpareThreads 最大的线程使用数,超过则回收空闲线程spa
acceptCount 最大的队列等待数,超过则拒绝请求线程
connectionTimeout 线程响应超时时间server
对应springBoot中的配置为队列
server.tomcat.max-threadsio
server.tomcat.min-spare-threadsthread
server.tomcat.accept-count配置
server.tomcat.connection-timeout请求