Skip to content

Conversation

@halfhp
Copy link
Owner

@halfhp halfhp commented Apr 25, 2025

For the time being WebFlux / Jetty is generally the fastest and resource efficient option for Spring. It's also AFAIK the only way to get fully async endpoints, which can drastically increase the number of requests a single instance can handle simultaneously.

I imagine this might shift as Spring WebMVC takes better advantage of project loom and virtual threads, but the general consensus seems to be that even in the best case, performance may approach that of WebFlux / Jetty but likely never surpass it.

@halfhp halfhp merged commit 710dc97 into master Apr 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants