Reactor Design Pattern

From GM-RKB
Jump to navigation Jump to search

A Reactor Design Pattern is a event handling pattern that enables software systems to respond to input events through event handlers managed by a central event dispatcher.



References

2024-12-23

[1] https://dzone.com/articles/understanding-reactor-pattern-thread-based-and-eve
[2] https://java-design-patterns.com/patterns/reactor/
[3] https://en.wikipedia.org/wiki/Reactor_pattern
[4] https://didawiki.di.unipi.it/lib/exe/fetch.php/magistraleinformatica/tdp/tpd_reactor_proactor.pdf
[5] http://www.dre.vanderbilt.edu/~schmidt/POSA/POSA2/event-patterns.html
[6] https://teskalabs.com/blog/building-high-performance-application-servers
[7] https://www.modernescpp.com/index.php/reactor/
[8] https://curatepartners.com/blogs/skills-tools-platforms/harnessing-the-reactor-pattern-building-scalable-and-event-driven-systems-for-modern-enterprises/