webflux
-
Reactive Programming and WebFluxFramework/SPRING 2020. 7. 5. 18:21
1. Overview Reactive programming is about non-blocking, event-driven applications that scale with a small number of threads, with backpressure being a key ingredient that aims to ensure producers don't overwhelm consumers. The primary benefits of reactive programming are: increased utilization of computing resources on multicore and multi-CPU hardware and increased performance by reducing serial..