mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
4f36f96f5f
manipulation of POSIX inter-process semaphores, shared memory and message queues on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993. WWW: http://semanchuk.com/philip/posix_ipc/ PR: ports/171507 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
6 lines
277 B
Plaintext
6 lines
277 B
Plaintext
posix_ipc is a Python module (written in C) that permits creation and
|
|
manipulation of POSIX inter-process semaphores, shared memory and message queues
|
|
on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993.
|
|
|
|
WWW: http://semanchuk.com/philip/posix_ipc/
|