我犹豫使用springboot-jetty而不是springboot-tomcat,现在,我想比较一下jetty和tomcat的性能。 server.jetty.acceptors和server.tomcat.max-connections的数量是多少
答案 0 :(得分:2)
您可以从spring-boot
documentation获取所有默认值。
提取要求的值:
server.jetty.acceptors=-1
server.tomcat.max-connections=10000
答案 1 :(得分:0)
server.jetty.acceptor和选择器的数量基于cpu内核。 https://www.jianshu.com/p/77068cd014f9