- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
根据这个link ,属性 server.tomcat.max-connections 和 server.tomcat.max-threads 确定应用程序中的最大连接数和最大线程数。
我有两个问题:
最佳答案
What happens if at a given moment number of connections exceed number of threads? What will happen to the connections that did not get a thread?
acceptCount
: The maximum queue length for incoming connection requests when all possible request processing threads are in use. Any requests received when the queue is full will be refused. The default value is 100.
What happens if the server has to serve more requests than
server.tomcat.max-connections
? Will it just ignore the requests that arrived after number of threads connections has reached its maximum value?
关于java - Tomcat:当连接数超过线程数时会发生什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60502584/
我是一名优秀的程序员,十分优秀!