- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 99字
- 2021-06-30 19:13:24
Benefits of Reactive programming
The Reactive Streams approach is supported by engineers at Netflix, Pivotal, Twitter, Oracle, and TypeSafe. Especially, TypeSafe contributed more to Reactive Streams. Even Netflix engineers say, in their own words:
“Reactive programming with RxJava has enabled Netflix developers to leverage server-side concurrency without the typical thread-safety and synchronization concerns.”
The following are the benefits of Reactive programming:
- Focuses on business logic
- Stream processing causes memory efficiency
- Overcomes low-level threading, synchronization, and concurrency issues
Reactive principles are used in real-time cases such as live database queries, big data, real-time analytics, HTTP/2, and so on.
推薦閱讀
- 黑客攻防實戰(zhàn)技術(shù)完全手冊:掃描、嗅探、入侵與防御
- Building Django 2.0 Web Applications
- 計算機網(wǎng)絡與通信(第2版)
- 世界互聯(lián)網(wǎng)發(fā)展報告·2019
- 物聯(lián)網(wǎng)長距離無線通信技術(shù)應用與開發(fā)
- IPv6網(wǎng)絡切片:使能千行百業(yè)新體驗
- Microservice Patterns and Best Practices
- 5G+區(qū)塊鏈
- Hands-On Bitcoin Programming with Python
- 組網(wǎng)技術(shù)與網(wǎng)絡管理
- 圖神經(jīng)網(wǎng)絡前沿
- 移動互聯(lián)網(wǎng)新思維
- Python API Development Fundamentals
- 物聯(lián)網(wǎng)商業(yè)設計與案例
- 網(wǎng)絡分析技術(shù)揭秘:原理、實踐與WinPcap深入解析