Software Engineering Radio - The Podcast for Professional Software Developers

Episode 29: Concurrency Pt.3

Software Engineering Radio - The Podcast for Professional Software Developers

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.

Next Episodes