-
![](https://cdn.fosstodon.org/accounts/avatars/109/365/948/166/647/547/original/dee385cd618f6af9.jpg)
@ Daniel Spiewak
2025-02-13 16:17:28
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqdhlp9quv7gxr9vspuv7rramapsxaw2phk0zjpxw2uq2t6kvnp7csc5hl4y Backpressure is just really all about the fact that memory, compute, and networking are finite, but it's easy for one component of the system to run ahead of another component and overwhelm it (especially in a distributed system). When this happens, you only have two options: stop/slow-down the faster component, or throw away the items being produced that the slower component can’t handle.