modernescpp.com - MC++ BLOG – Der Blog für Modernes C++ von Rainer Grimm

Example domain paragraphs

There are many well-established patterns used in the concurrency domain. They deal with synchronization challenges such as sharing and mutation but also with concurrent architectures. Today, I will introduce and dive deeper into them in additional posts.

Event-driven applications, such as GUIs or servers, often apply the architecture pattern Reactor. A Reactor can accept multiple requests simultaneously and distribute them to different handlers.

The Model-View-Controller (MVC) is one of the classic architectural patterns from the book "Pattern-Oriented Software Architecture, Volume 1 ". It addresses interactive applications with a  flexible human-machine interface.

Links to modernescpp.com (7)