Tech
Understanding JVM Concurrency Models (4) – Spring WebFlux
Starting from the one-request-one-thread limit of Spring MVC, this post digs into how WebFlux actually works — the Netty event loop architecture, MVC vs WebFlux request handling, and what you must never do on an event loop thread.