Episode 29: Concurrency Pt.3


Episode Artwork
1.0x
0% played 00:00 00:00
Sep 12 2006 36 mins   123
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.