Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M0681

Head-of-Line Blocking

Head-of-Line Blocking
TechnicalHigh supportComputer Science
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

In a queue of packets, if the first packet is slow to process, all subsequent packets (even if they are destined for different places) are blocked.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Identify process bottlenecks. Check your task list. Is it because you need to "reply to a difficult email" (the head) in the morning, causing simple tasks like "take out the trash" and "fill out forms" to be stuck? Move the difficult task out of the queue and handle it separately, using multiplexing.

anchor

Anchor fast decisions

The first task in a queue is slow or blocked, causing subsequent tasks that could otherwise proceed to be stuck, reducing overall throughput.

MINIMUM ACTION

In progress 0/3

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    zh.wikipedia.orghttps://zh.wikipedia.org/wiki/%E9%98%9F%E5%A4%B4%E9%98%BB%E5%A1%9EZH · Explicit
    verified

RELATED MODELS