Skip to content

Phase 4 - IPC Topic Refactor

Phase 4 reorganizes the Day53-Day58 IPC materials into topic-based documentation and API references.

Added Topic Pages

Added API Reference Pages

Design Goal

The IPC section now provides a review path from local socket IPC to shared memory and synchronization.

UNIX Domain Socket
File Descriptor Passing
POSIX Shared Memory
POSIX Message Queue
POSIX Semaphore

Validation

The site was validated with:

mkdocs build --strict