Skip to content

mod_shm

Germán Luis Aracil Boned edited this page Apr 6, 2026 · 1 revision

mod_shm

Category: Data & Messaging | Version: v1.0.0 | Source: modules/mod_shm/mod_shm.c

Description

Named POSIX shared memory regions. Create, read, write, and destroy shared memory segments. Emits events on creation.

Paths

Path Method Description
/shm/<name> CREATE Create shared memory region
/shm/<name> GET Read from region
/shm/<name> SET Write to region
/shm/<name> DELETE Destroy region
/shm/list GET List all regions

Clone this wiki locally