Slide 18
Slide 18 text
Pragmatic Reactive
Thread alternatives (successors?)
• Green threads / coroutines / fibres
• other granularity, but basically same programming
model
• Event-loop (e.g. vert.x, Reactor)
• very loose coupling, slightly limited, 1 x n dispatch
• Actors !
• truly share-nothing, flexible, resilience-proven,
m x n dispatch
18