摘要:
分为几个大的方面 1、系统设置 2、JVM设置 堆的大小 3、tomcat配置 主要是connector的相关属性 最大连接数、队列大小等 protocol Sets the protocol to handle incoming traffic. The default value is HTTP 阅读全文
摘要:
The reactor design pattern is an event handling pattern for handling service requests delivered concurrently by one or more inputs. The service handle 阅读全文