- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 105字
- 2021-06-30 19:13:28
WebFlux
As of September 2017, Spring announced the general availability of 5. Spring 5 introduced a Reactive web framework called Spring WebFlux. It is a non-blocking web framework that uses Reactor to support the Reactive Streams API.
As traditionally, blocking threads consume resources, there was a necessity for non-blocking async programming to play a better role. The Spring tech team introduced a non-blocking async programming model to handle a large number of concurrent requests, especially for latency-sensitive workloads. This concept will be mainly used in mobile applications and microservices. Also, this WebFlux will be the best fix for scenarios with many clients and uneven workloads.
推薦閱讀
- EJB 3.1從入門到精通
- 數據通信網絡實踐:基礎知識與交換機技術
- INSTANT PhpStorm Starter
- OpenLayers Cookbook
- 計算機網絡與數據通信
- 互聯網基礎資源技術與應用發展態勢(2021—2023)
- SD-WAN架構與技術(第2版)
- 互聯網安全的40個智慧洞見:2015年中國互聯網安全大會文集
- 互聯網安全的40個智慧洞見:2014年中國互聯網安全大會文集
- 計算機網絡原理與應用技術
- Learning Swift(Second Edition)
- 數字調制解調技術的MATLAB與FPGA實現:Altera/Verilog版(第2版)
- 6G新技術 新網絡 新通信
- SAE原理與網絡規劃
- 深入理解Nginx:模塊開發與架構解析