Tomcat vs Undertow vs Webflux
JHipster is used by thousands of people to generate production-ready Spring Boot applications. We've been ...
For further actions, you may consider blocking this person and/or reporting abuse
To get better much better results we can also use APR native libraries: dirask.com/posts/Spring-Boot-2-exa...
Advantages:
Julien, could you share configuration details of Tomcat, Undertow and Webflux ?
For Tomcat, there is many way to configure and tweak for high load than it would deserve a look
Thanks
All the code is in the GitHub repo - those are basically the “normal” configurations that come out-of-the-box with Spring Boot.
For Tomcat, this one ?
github.com/jdubois/jhipster-benchm...
Sorry, but I miss information :
It is this configuration file, but not this line: there is no line in fact, as it's the default configuration that comes with Spring Boot.
It should be Tomcat 9.0.31, and everything else is by default.
So basically, what you demonstrate is not Tomcat vs Undertow vs Webflux performance but Spring default for Tomcat vs Spring default for Undertow vs Spring default for Webflux.
You compare default settings for Spring servlet engines implementation rather than servlet engines themselves, it would be fair to make a note about this.