January 2024
Beginner to intermediate
304 pages
7h 36m
English
In this chapter:
Concurrency is a critical aspect of modern software development, allowing applications to perform multiple tasks simultaneously and maximize hardware utilization. While traditional thread/process-based concurrency is a well-known technique, it is not always the best approach for every application. In fact, for high-load I/O-bound applications, event-based concurrency is often a more effective solution.
Event-based concurrency involves organizing an application around ...
Read now
Unlock full access