How many requests can SpringBoot handle at most?

How many requests can SpringBoot handle at most?

 SpringBoot's life-threatening series of 14 questions, one day to read other people's springboot interview content for half a month, the effect is much better than reading a book! _哔哩哔哩_bilibili

The minimum number of threads: the minimum number of chefs, the amount when there are not many people in the restaurant.

Maximum number of threads: The maximum number of chefs when the restaurant is full of people.

Maximum Connections: The maximum number of clients that can be accommodated.

Maximum number of queues: How many people can queue at most.

Assume that the default is as shown in the figure below.

There will be a waiting time. 

 

 How to set up the actual running configuration. Information such as the configuration of the actual operating environment.

Guess you like

Origin blog.csdn.net/weixin_41957626/article/details/131315324