Skip to content

Sending Quote by Martin Kleppmann

“Not waiting for something to complete (e.g., sending data over the network to another node), and not” quote by Martin Kleppmann
Download Open image
““Not waiting for something to complete (e.g., sending data over the network to another node), and not””

Martin Kleppmann

About This Quote

Source Article: Distributed Systems Design, 2021

The fragment warns against waiting for a process to finish before proceeding, advocating for asynchronous or parallel execution.

In simple terms: Avoid waiting for one step before moving on.

Key Takeaway

Implement asynchronous handling to keep progress.

Themes

software engineering asynchrony performance systems

Mood

analytical optimistic

Type

technical instructional

When to use this quote

  • network calls
  • data pipelines
  • microservices

Key Concepts

concurrency event-driven architecture

Questions to Reflect On

  • What tasks can you make non-blocking?
  • How do you handle errors in async flows?
A Different Perspective

Asynchronous design adds complexity and potential race conditions.

3.5 out of 5 (4 ratings)

More by Martin Kleppmann

Explore all 8 Martin Kleppmann quotes

More Sending quotes

Browse all 98 Sending quotes