Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M6208

Zombie Process

Zombie Process
BehaviorHigh supportPsychology
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

A child process has finished running, but the parent process has not yet read its exit status, causing it to still occupy a slot in the process table. It does not consume resources but occupies a slot. Scaffolding role: Unfinished past. Those relationships or projects that have ended but have not been psychologically "archived" are zombie processes. Although they are no longer active, they occupy your psychological bandwidth. You must perform an explicit "reap" to formally say goodbye and release space.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Unfinished past. Those relationships or projects that have ended but have not been psychologically "archived" are zombie processes. Although they are no longer active, they occupy your psychological bandwidth. You must perform an explicit "reap" to formally say goodbye and release space.

anchor

Anchor fast decisions

A child process ends but remains in the process table, waiting for the parent to call wait() to read its exit status; if the parent delays reaping, it exists in a "zombie state"—not consuming CPU or memory, but occupying a process ID (PID). The mechanism is that an "unfinished exit" occupies a resource slot.

MINIMUM ACTION

In progress 0/4

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/%E5%83%B5%E5%B0%B8%E8%BF%9B%E7%A8%8BZH · Explicit
    verified

RELATED MODELS