【发布时间】:2016-04-06 06:06:39
【问题描述】:
我正在使用 tomcat 服务器进行 web 服务,发现两个属性 maxThreads 和 maxConnections 定义如下: https://tomcat.apache.org/tomcat-7.0-doc/config/http.html
现在,在这里提出一点,假设我有 10 个 CPU 和 10G RAM 的服务器,那么可以从 UI 触发多少并发连接。我将如何决定单个 tomcat 集群的 maxThreads 和 maxConnections 的最大值是多少?
【问题讨论】:
标签: java apache tomcat webserver tomcat7