reactive programming
-
Reactive ManifestoModeling/TheoremParadigm 2020. 7. 5. 18:31
1. Overview 1.1 Comparison Term Reactive Systems Reactive Programming Functional Reactive Programming(FRP) Description Architecture and Design Generally, Event-Based Often confused with Reactive Programming 1.2 Reactive Programming with Reactive Systems Reactive Programming is a useful implementation technique Reactive Programming focuses on non-blocking, asynchronous execution - a key of charac..
-
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..