/svipc

SysV IPC for Go

Primary LanguageGoMIT LicenseMIT

Pure Go SysV IPC

This library implements SysV IPC commands on Linux using system calls rather than cgo.

Shared memory access is implemented and fairly well tested. Semaphores are partially implemented. Messages queues are not yet implemented.

API not yet fixed.