August 2025
Intermediate to advanced
272 pages
6h 14m
English
It’s time to start working on the application that you’ll use to learn UDP. Let’s take a moment to describe the use case. In real-world systems, you usually want to report metrics about what your system is doing: counters (numbers of web requests), gauges (how much memory your system is using), timings (how long something usually takes), and more. A common architecture and set of tools for this consists of a daemon running in the background and listening for metrics, paired with the application sending metrics to it. The daemon’s job is to collect metrics, aggregate them, and eventually send them over to some data storage. The silly figure here gives you a visual idea of this architecture.
What’s UDP got ...
Read now
Unlock full access