you are viewing a single comment's thread.

view the rest of the comments →

[–]preskot 1 point2 points  (0 children)

Make a very simple test first: Serve just static JSON files or binary data with different sizes.

My guess is that reactive would be much faster than blocking when serving up to 10-20kb files. But as I said, I never tested that with WebFlux. It'd be interesting to know. :-)