反应式编程是关于异步和事件驱动的非阻塞应用程序,需要少量线程垂直扩展(即在JVM内)而不是水平扩展(即通过群集)。
参考:
- Notes on Reactive Programming Part I: The Reactive Landscape
- Notes on Reactive Programming Part II: Writing Some Code
- Notes on Reactive Programming Part III: A Simple HTTP Server Application