Add a bit more precision to docs, plus philosophy

This commit is contained in:
2025-09-16 00:44:00 -04:00
parent 4d015fa3dc
commit cb66d65479
4 changed files with 46 additions and 26 deletions

View File

@@ -66,10 +66,10 @@ I/O Threads (8) → HttpHandler::on_batch_complete() → Commit Pipeline
| Stage 2: Persist (generate response)
| (send "OK" response)
| ↓
| Stage 3: Release (connection return)
| Stage 3: Release (wake I/O threads)
| (optimized futex wake)
| ↓
└─────────────────────── Connection returned to server pool
└─────────────────────── I/O threads send response to client
```
## Test Configuration