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
- Host: GitHub
- URL: https://github.com/nvi-inc/svipc
- Owner: nvi-inc
- License: mit
- Created: 2019-06-21T20:55:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T01:53:59.000Z (almost 6 years ago)
- Last Synced: 2025-11-22T13:06:01.865Z (5 months ago)
- Topics: golang, ipc, sysv, sysv-ipc
- Language: Go
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pure Go SysV IPC
[](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.