Apparent parallel processing is mostly rapid switching
Aliases: psychological refractory period · PRP · central bottleneck
What it is
The subjective feeling of doing two things "at once" — glancing at messages while filling out a form — is, in most cases, not true parallel processing. The cognitive system is instead rapidly alternating between the two, handling only a small slice of one task at a time; the alternation is just fast enough to create the illusion of simultaneity. This differs from genuine parallel processing, where two independent processing pathways run at once without queuing. Whenever both tasks require the same core resource at some stage — deciding what to do next, organizing a response — that stage cannot actually run in parallel; it can only be handled one task at a time, in queue.
Why it happens
The cognitive system has a central bottleneck: processing that involves selecting a response or deciding the next action can only handle one task at a time and cannot be split across two tasks simultaneously. When two tasks arrive close together in time, the second task's pass through this stage must wait for the first task to release it — this is the source of the psychological refractory period (PRP): the second task's response gets delayed by roughly however long the first task is still occupying the bottleneck. What looks like "processing two tasks in parallel" is, in most cases, the system queuing both tasks at this bottleneck, with the queuing and switching happening fast enough that behavior looks simultaneous, while what's actually happening is the total processing time being sliced into many small, alternating fragments.
Studying it
The classic paradigm manipulates the time interval between the onset of two tasks' stimuli (stimulus onset asynchrony) within a dual-task setup, watching whether the second task's reaction time systematically lengthens as the interval shortens — if it does, the two tasks are genuinely queuing at some stage rather than running in true parallel.
Common independent variables: the interval between the two tasks' stimulus onsets, the response type each task requires. Common dependent variables: how the second task's RT changes as a function of the interval, whether the two tasks' RTs trade off against each other.
This paradigm is often used in HCI to check whether interfaces that "let users operate two channels at once" genuinely reduce burden, or merely hide serial waiting behind an apparently simultaneous presentation.
Methodological note: the bottleneck effect is easiest to observe when both tasks require an overt response (a keypress, speech); if one task is purely passive perception (a glance, a sound) with no response required, the queuing is less apparent and can be mistaken for genuine parallelism.
Where it stops holding
- This concerns stages that require central decision-making and response organization; purely perceptual processing (seeing and hearing at once) can run substantially in parallel under multiple resource theory — the bottleneck sits at deciding how to respond, not at perception itself.
- Highly automated actions that require almost no deliberate decision (very practiced typing, say) occupy the bottleneck less, narrowing the gap between "looks simultaneous" and "is nearly simultaneous."
- Once the interval between two tasks is long enough to exceed the bottleneck's occupied duration, the queuing disappears and the tasks really are completed independently in sequence — this entry no longer applies.
Applying it
- Don't design an interface to encourage users to do two tasks "at once" when both require active decisions and manipulation (e.g., dictating while manually cross-checking a form); this kind of design only hides serial waiting, and total time is not necessarily shorter than doing them sequentially — error rates may in fact rise.
- When a user must handle a second thing while waiting for feedback on the first, keep that second thing low in decision demand (pure browsing, pure confirmation) rather than requiring immediate judgment on both sides.
- Verification: have users complete the same dual-task pairing at varying intervals between the two tasks, and compare whether total time increases disproportionately as the interval shortens. If total time rises rather than falls as the interval shrinks, the design is producing queuing rather than genuine parallel gains.
Related
- Same group: A9.03.1 Switching tasks requires reloading rules and goals · A9.03.2 Switch cost is higher when tasks are similar · A9.03.4 Switch cost has an active goal-reset component and a passive carryover-interference component · A9.03.5 Advance warning of a switch only partly reduces the cost, never eliminating it · A9.03.6 Switching from a simple to a complex task and the reverse carry asymmetric costs · A9.03.7 Frequent small switches can accumulate more total cost than a few large ones
- Nearby: A9.10 Multiple resource theory · A5.10 Attentional capacity and bottlenecks
- Search terms:
psychological refractory period·central bottleneck·dual-task interference·multitasking myth
Cards in the same group
- A9.03.1Switching tasks requires reloading rules and goals
- A9.03.2Switch cost is higher when tasks are similar
- A9.03.4Switch cost has an active goal-reset component and a passive carryover-interference component
- A9.03.5Advance warning of a switch only partly reduces the cost, never eliminating it
- A9.03.6Switching from a simple to a complex task and the reverse carry asymmetric costs
- A9.03.7Frequent small switches can accumulate more total cost than a few large ones