An open API service indexing awesome lists of open source software.

https://github.com/nvi-inc/svipc

SysV IPC for Go
https://github.com/nvi-inc/svipc

golang ipc sysv sysv-ipc

Last synced: 3 months ago
JSON representation

SysV IPC for Go

Awesome Lists containing this project

README

          

# Pure Go SysV IPC

[![](https://godoc.org/github.com/nathany/looper?status.svg)](http://godoc.org/github.com/nvi-inc/svipc)

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.