Skill Wiki v0.1.0
principle @backend-architecture/principle-concurrency-process-model

Concurrency Process Model

Scale out, not up. Each process type is a horizontally-scalable share-nothing unit.

Skill
@backend-architecture
Domain
backend-architecture
Version
1.0.0
Quality
4.0
Edges
4 out · 5 in
Tokens
104/161/195
$ prime install @backend-architecture/principle-concurrency-process-model

Projection

Always in _index.xml · the agent never has to ask for this.

ConcurrencyProcessModel [principle] v1.0.0

Scale by adding processes, not by making one process bigger. Different work types map to different process types — web for HTTP, worker for background jobs, clock for scheduled tasks. Each type scales independently. The unix process is the unit of scale.

Scale out, not up. Each process type is a horizontally-scalable share-nothing unit.

Source

prime-system/examples/backend-architecture/primes/compiled/@backend-architecture/principle-concurrency-process-model/atom.yaml

Compiled at 2026-05-10