Episode 29: Concurrency Pt.3
Software Engineering Radio - the podcast for professional software developers - Een podcast door [email protected] - Donderdagen
Categorieën:
The third part of our concurrency series by Michael and Alexander discusses how to build highly scalable servers. The discussion focusses especially on event-driven servers. As possible solution patterns a reactor-based design is suggested along-side several patterns for multi-threading issues: Reader/Writers Locks, Thread Pools, and Leader/Followers.